Commit 5beddfa0 authored by Marko Mäkelä's avatar Marko Mäkelä

fil_node_open_file(): Add a missing space to message

parent 011586c0
......@@ -686,7 +686,7 @@ fil_node_open_file(
ib::error()
<< "Expected tablespace id " << space->id
<< " but found " << space_id
<< "in the file" << node->name;
<< " 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