mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
os0file.c Fix to the error message
innobase/os/os0file.c: Fix to the error message
This commit is contained in:
parent
f6dad493db
commit
a35f3161e9
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ ask_again:
|
|||
fprintf(stderr,
|
||||
"InnoDB: Cannot continue operation.\n"
|
||||
"InnoDB: Disk is full. Try to clean the disk to free space.\n"
|
||||
"InnoDB: Delete possible created file %s and restart.\n");
|
||||
"InnoDB: Delete possible created file and restart.\n");
|
||||
|
||||
exit(1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue