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 92b1280 commit 2f055f0Copy full SHA for 2f055f0
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,
@@ -1585,6 +1585,7 @@ Lgman::execFSOPENREF(Signal* signal)
1585
void
1586
Lgman::execFSOPENCONF(Signal* signal)
1587
{
1588
+ LOCAL_SIGNAL(signal);
1589
jamEntry();
1590
Ptr<Undofile> ptr;
1591
0 commit comments