mirror of
https://github.com/MariaDB/server.git
synced 2025-04-17 20:55:45 +02:00

* some of these tests run just fine with InnoDB: -> s/have_xtradb/have_innodb/ * sys_var tests did basic tests for xtradb only variables -> remove them, they're useless anyway (sysvar_innodb does it better) * multi_update had innodb specific tests -> move to multi_update_innodb.test
16 lines
396 B
Text
16 lines
396 B
Text
#
|
|
# MDEV-9214 Server miscalculates the number of XA-capable engines
|
|
#
|
|
--source include/have_innodb.inc
|
|
|
|
select 1;
|
|
|
|
--exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
|
--shutdown_server 0
|
|
--source include/wait_until_disconnected.inc
|
|
|
|
--exec echo "restart:--enable-tokudb" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
|
--enable_reconnect
|
|
--source include/wait_until_connected_again.inc
|
|
|
|
select 1;
|