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 6ae08c7 commit 6cdfa24Copy full SHA for 6cdfa24
storage/ndb/src/kernel/blocks/lgman.cpp
@@ -1,4 +1,4 @@
1
-/* Copyright (c) 2005, 2021, Oracle and/or its affiliates.
+/* Copyright (c) 2005, 2022, Oracle and/or its affiliates.
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,
@@ -1760,6 +1760,7 @@ Lgman::execFSOPENREF(Signal* signal)
1760
void
1761
Lgman::execFSOPENCONF(Signal* signal)
1762
{
1763
+ LOCAL_SIGNAL(signal);
1764
jamEntry();
1765
Ptr<Undofile> file_ptr;
1766
0 commit comments