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

os0file.c Fix to the error message

parent 96d6b550
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);