mirror of
https://github.com/MariaDB/server.git
synced 2025-06-08 22:04:44 +02:00

According to buildbot cross-reference atomic.alter_table is failing ~10 times a day due to 900 seconds test case timeout. Split it into two tests: atomic.alter_table_myisam and atomic.alter_table_innodb. It should reduce failure frequency down to once a day or so, similarly to atomic.alter_table_aria test. Diabling InnoDB for MyISAM/Aria/RocksDB tests makes them 20-35% faster.
7 lines
143 B
Text
7 lines
143 B
Text
#
|
|
# Test atomic alter table with InnoDB
|
|
|
|
--source include/have_innodb.inc
|
|
let $engine_count=1;
|
|
let $engines='innodb';
|
|
--source alter_table.inc
|