Loading innobase/os/os0file.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
innobase/os/os0file.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading