mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.2 into bb-10.2-ext
This commit is contained in:
1
mysql-test/suite/storage_engine/parts/repair_table.opt
Normal file
1
mysql-test/suite/storage_engine/parts/repair_table.opt
Normal file
@ -0,0 +1 @@
|
||||
--myisam-recover-options=DEFAULT
|
@ -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
|
||||
|
Reference in New Issue
Block a user