Commit 716fcc51 authored by unknown's avatar unknown

os0file.c Fix to the error message


innobase/os/os0file.c:
  Fix to the error message
parent e92ba852
......@@ -180,7 +180,7 @@ os_file_handle_error(
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);
......
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