Commit f9afb659 authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi

os0file.c Fix to the error message

parent 96d6b550
......@@ -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);
......
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