summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/r/partition_recover_myisam.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/parts/r/partition_recover_myisam.result')
-rw-r--r--mysql-test/suite/parts/r/partition_recover_myisam.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/suite/parts/r/partition_recover_myisam.result b/mysql-test/suite/parts/r/partition_recover_myisam.result
index 151ff802a82..1eddf51b087 100644
--- a/mysql-test/suite/parts/r/partition_recover_myisam.result
+++ b/mysql-test/suite/parts/r/partition_recover_myisam.result
@@ -19,8 +19,8 @@ a
Warnings:
Error 145 Table 't1_will_crash' is marked as crashed and should be repaired
Warning 1034 1 client is using or hasn't closed the table properly
-Error 1034 Size of indexfile is: 1024 Should be: 2048
-Warning 1034 Size of datafile is: 77 Should be: 7
+Error 1034 Size of indexfile is: 1024 Should be: 2048
+Warning 1034 Size of datafile is: 77 Should be: 7
Warning 1034 Number of rows changed from 1 to 11
DROP TABLE t1_will_crash;
CREATE TABLE t1_will_crash (a INT, KEY (a))
@@ -48,7 +48,7 @@ a
Warnings:
Error 145 Table 't1_will_crash#P#p1' is marked as crashed and should be repaired
Warning 1034 1 client is using or hasn't closed the table properly
-Error 1034 Size of indexfile is: 1024 Should be: 2048
-Warning 1034 Size of datafile is: 28 Should be: 7
+Error 1034 Size of indexfile is: 1024 Should be: 2048
+Warning 1034 Size of datafile is: 28 Should be: 7
Warning 1034 Number of rows changed from 1 to 4
DROP TABLE t1_will_crash;