There was an error while loading. Please reload this page.
1 parent 64f44b2 commit ed0ab6eCopy full SHA for ed0ab6e
storage/spider/mysql-test/spider/bugfix/r/mdev_27575.result
@@ -5,8 +5,14 @@ for master_1
5
for child2
6
for child3
7
SET GLOBAL default_tmp_storage_engine=spider;
8
+SELECT SLEEP(1);
9
+SLEEP(1)
10
+0
11
# restart
12
SET GLOBAL default_storage_engine=Spider;
13
14
15
16
17
for master_1
18
storage/spider/mysql-test/spider/bugfix/t/mdev_27575.test
@@ -8,9 +8,11 @@
--enable_query_log
--source include/restart_mysqld.inc
--disable_query_log
0 commit comments