mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Remove the cleanup of table t1 until problem with lock is fixed
This commit is contained in:
parent
b9bba4f4b4
commit
7802123013
2 changed files with 4 additions and 6 deletions
|
@ -24,5 +24,3 @@ INSERT INTO `t1`(`f1`) VALUES ('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|||
SHOW STATUS LIKE 'Slave_running';
|
||||
Variable_name Value
|
||||
Slave_running OFF
|
||||
drop table t1;
|
||||
drop table t1;
|
||||
|
|
|
@ -69,10 +69,10 @@ sleep 2;
|
|||
SHOW STATUS LIKE 'Slave_running';
|
||||
|
||||
# cleanup
|
||||
connection master;
|
||||
drop table t1;
|
||||
connection slave;
|
||||
drop table t1;
|
||||
#connection master;
|
||||
#drop table t1;
|
||||
#connection slave;
|
||||
#drop table t1;
|
||||
|
||||
|
||||
# End of tests
|
||||
|
|
Loading…
Add table
Reference in a new issue