mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
d4c72a852d
client/mysqltest.c: allow big commands in mysql-test
10 lines
230 B
Text
10 lines
230 B
Text
slave stop;
|
|
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
|
reset master;
|
|
reset slave;
|
|
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
|
slave start;
|
|
create table t1 (a int);
|
|
create table t2 (a int);
|
|
drop table t1;
|
|
drop table t2;
|