Commit 22e5e64c authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-11623 merge fix: Use the correct flags in an error message

parent 959195e1
......@@ -673,7 +673,7 @@ fil_node_open_file(
if (cflags == ULINT_UNDEFINED) {
ib::error()
<< "Expected tablespace flags "
<< ib::hex(flags)
<< ib::hex(space->flags)
<< " but found " << ib::hex(flags)
<< " in the file " << node->name;
return(false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment