1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00
Files
mariadb/storage/myisam/mysql-test/storage_engine/check_table.rdiff
2025-01-05 16:40:11 +02:00

21 lines
660 B
Plaintext

--- suite/storage_engine/check_table.result
+++ suite/storage_engine/check_table.reject
@@ -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