summaryrefslogtreecommitdiffstats
path: root/storage/spider/mysql-test/spider/bugfix/t/signal_ddl_fail.test
blob: f13eae3a062931cc59dd967a61c47a3b595e1904 (plain)
1
2
3
4
5
6
7
8
9
10
--source include/have_debug.inc
--echo #
--echo # MDEV-32559 Move alter table statements in spider init queries to be executed in the signal_ddl_recovery_done callback
--echo #
# This test tests that failure in ddl_recovery callback causes the
# plugin to be deinitialized.
select * from mysql.plugin;
--echo #
--echo # end of test signal_ddl_fail
--echo #