summaryrefslogtreecommitdiffstats
path: root/storage/myisam/mysql-test/storage_engine/check_table.rdiff
blob: 48e8fc2e77029813c06d8de68ab0e4590bd4c7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- suite/storage_engine/check_table.result	2012-07-15 04:19:07.782936394 +0400
+++ suite/storage_engine/check_table.reject	2012-07-15 16:21:16.734412773 +0400
@@ -18,7 +18,7 @@
 INSERT INTO t1 (a,b) VALUES (6,'f');
 CHECK TABLE t1 FAST;
 Table	Op	Msg_type	Msg_text
-test.t1	check	status	OK
+test.t1	check	status	Table is already up to date
 INSERT INTO t1 (a,b) VALUES (7,'g');
 INSERT INTO t2 (a,b) VALUES (8,'h');
 CHECK TABLE t2, t1 MEDIUM;
@@ -52,7 +52,7 @@
 INSERT INTO t1 (a) VALUES (17),(120),(132);
 CHECK TABLE t1 FAST;
 Table	Op	Msg_type	Msg_text
-test.t1	check	status	OK
+test.t1	check	status	Table is already up to date
 INSERT INTO t1 (a) VALUES (801),(900),(7714);
 CHECK TABLE t1 MEDIUM;
 Table	Op	Msg_type	Msg_text