diff options
author | Elena Stepanova <elenst@gmail.com> | 2013-11-07 03:45:56 +0400 |
---|---|---|
committer | Elena Stepanova <elenst@gmail.com> | 2013-11-07 03:45:56 +0400 |
commit | 71c56e6e45f9595119c64a7d36030c68dc5319fd (patch) | |
tree | 133c43c988e709e646ef6955f00e25b3e361e0bc /storage/myisammrg | |
parent | cdecd86a53f4935e31ffab2271babfcf7754da3b (diff) | |
download | mariadb-git-71c56e6e45f9595119c64a7d36030c68dc5319fd.tar.gz |
.frm file is intact, so the absence of the error message seems
to be correct
Diffstat (limited to 'storage/myisammrg')
-rw-r--r-- | storage/myisammrg/mysql-test/storage_engine/parts/repair_table.rdiff | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/storage/myisammrg/mysql-test/storage_engine/parts/repair_table.rdiff b/storage/myisammrg/mysql-test/storage_engine/parts/repair_table.rdiff index 2b5d5f68346..59ebb4de421 100644 --- a/storage/myisammrg/mysql-test/storage_engine/parts/repair_table.rdiff +++ b/storage/myisammrg/mysql-test/storage_engine/parts/repair_table.rdiff @@ -1,6 +1,6 @@ --- repair_table.result 2013-01-23 01:35:44.388267080 +0400 +++ repair_table.reject 2013-01-23 03:16:26.468307847 +0400 -@@ -1,236 +1,114 @@ +@@ -1,234 +1,114 @@ call mtr.add_suppression("Table '.*t1.*' is marked as crashed and should be repaired"); DROP TABLE IF EXISTS t1, t2; CREATE TABLE t1 (a <INT_COLUMN>, b <CHAR_COLUMN>) ENGINE=<STORAGE_ENGINE> <CUSTOM_TABLE_OPTIONS> PARTITION BY HASH(a) PARTITIONS 2; @@ -123,7 +123,6 @@ CHECK TABLE t1; Table Op Msg_type Msg_text -test.t1 check Error Failed to read from the .par file --test.t1 check Error Incorrect information in file: './test/t1.frm' -test.t1 check error Corrupt +test.t1 check Error Table 'test.t1' doesn't exist +test.t1 check status Operation failed @@ -136,7 +135,6 @@ REPAIR TABLE t1; Table Op Msg_type Msg_text -test.t1 repair Error Failed to read from the .par file --test.t1 repair Error Incorrect information in file: './test/t1.frm' -test.t1 repair error Corrupt +test.t1 repair Error Table 'test.t1' doesn't exist +test.t1 repair status Operation failed |