Skip to content
Permalink
Browse files
MDEV-11623 merge fix: Use the correct flags in an error message
  • Loading branch information
dr-m committed May 29, 2017
1 parent 959195e commit 22e5e64
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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);

0 comments on commit 22e5e64

Please sign in to comment.