mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
fil_node_open_file(): Add a missing space to message
This commit is contained in:
parent
011586c04d
commit
5beddfa08c
1 changed files with 1 additions and 1 deletions
|
|
@ -686,7 +686,7 @@ retry:
|
|||
ib::error()
|
||||
<< "Expected tablespace id " << space->id
|
||||
<< " but found " << space_id
|
||||
<< "in the file" << node->name;
|
||||
<< " in the file" << node->name;
|
||||
return(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue