Skip to content

Commit 6cdfa24

Browse files
Martin Sköldtvarita1297
authored andcommitted
Merge branch 'mysql-5.7-cluster-7.5' into mysql-5.7-cluster-7.6
Approved-by: Bjorn Munch <[email protected]> (cherry picked from commit 06ee2c29c27a8335b9d4d33ea26a04c5a35cce1e)
1 parent 6ae08c7 commit 6cdfa24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/ndb/src/kernel/blocks/lgman.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2005, 2021, Oracle and/or its affiliates.
1+
/* Copyright (c) 2005, 2022, Oracle and/or its affiliates.
22
33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License, version 2.0,
@@ -1760,6 +1760,7 @@ Lgman::execFSOPENREF(Signal* signal)
17601760
void
17611761
Lgman::execFSOPENCONF(Signal* signal)
17621762
{
1763+
LOCAL_SIGNAL(signal);
17631764
jamEntry();
17641765
Ptr<Undofile> file_ptr;
17651766

0 commit comments

Comments
 (0)