diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2017-08-28 19:41:13 +0300 |
---|---|---|
committer | Elena Stepanova <elenst@montyprogram.com> | 2017-08-28 19:41:13 +0300 |
commit | 71931fdf837b88e003998d12442a41c4f2c08c4a (patch) | |
tree | 3e2681a26b6e71844d708043e38e49dbcd7a6bd9 /mysql-test/suite/storage_engine | |
parent | 309fe35f295cad9302dcf272d8ac0719f011eddd (diff) | |
download | mariadb-git-71931fdf837b88e003998d12442a41c4f2c08c4a.tar.gz |
Fix results for parts/repair_table test after enabling it for MyISAM
Diffstat (limited to 'mysql-test/suite/storage_engine')
-rw-r--r-- | mysql-test/suite/storage_engine/parts/repair_table.opt | 1 | ||||
-rw-r--r-- | mysql-test/suite/storage_engine/parts/repair_table.result | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/storage_engine/parts/repair_table.opt b/mysql-test/suite/storage_engine/parts/repair_table.opt new file mode 100644 index 00000000000..759bf0b6429 --- /dev/null +++ b/mysql-test/suite/storage_engine/parts/repair_table.opt @@ -0,0 +1 @@ +--myisam-recover-options=DEFAULT diff --git a/mysql-test/suite/storage_engine/parts/repair_table.result b/mysql-test/suite/storage_engine/parts/repair_table.result index d9ac215797b..727c648ef6f 100644 --- a/mysql-test/suite/storage_engine/parts/repair_table.result +++ b/mysql-test/suite/storage_engine/parts/repair_table.result @@ -88,6 +88,7 @@ call mtr.add_suppression("Got an error from thread_id=.*"); call mtr.add_suppression("MySQL thread id .*, query id .* localhost.*root Checking table"); call mtr.add_suppression(" '\..test.t1'"); call mtr.add_suppression("Couldn't repair table: test.t1"); +call mtr.add_suppression("Table 't1' is marked as crashed.*"); CREATE TABLE t1 (a <INT_COLUMN>, b <CHAR_COLUMN>, <CUSTOM_INDEX> (a)) ENGINE=<STORAGE_ENGINE> <CUSTOM_TABLE_OPTIONS> PARTITION BY HASH(a) PARTITIONS 2; REPAIR TABLE t1; Table Op Msg_type Msg_text |