We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d178a commit 623c5b8Copy full SHA for 623c5b8
storage/ndb/src/kernel/blocks/lgman.cpp
@@ -1,4 +1,4 @@
1
-/* Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2005, 2022, Oracle and/or its affiliates. All rights reserved.
2
3
This program is free software; you can redistribute it and/or modify
4
it under the terms of the GNU General Public License, version 2.0,
@@ -1583,6 +1583,7 @@ Lgman::execFSOPENREF(Signal* signal)
1583
void
1584
Lgman::execFSOPENCONF(Signal* signal)
1585
{
1586
+ LOCAL_SIGNAL(signal);
1587
jamEntry();
1588
Ptr<Undofile> ptr;
1589
0 commit comments