minor test cleanup. one server restart less in mtr
This commit is contained in:
parent
c975fdbc85
commit
abefaab57b
@ -1,4 +1,5 @@
|
||||
drop table if exists t1,t2;
|
||||
set @@sort_buffer_size=32804;
|
||||
CREATE TABLE `t1` (
|
||||
`id` int(11) NOT NULL default '0',
|
||||
`id2` int(11) NOT NULL default '0',
|
||||
|
@ -1 +0,0 @@
|
||||
--sort_buffer=32804
|
@ -7,6 +7,8 @@
|
||||
drop table if exists t1,t2;
|
||||
--enable_warnings
|
||||
|
||||
set @@sort_buffer_size=32804;
|
||||
|
||||
CREATE TABLE `t1` (
|
||||
`id` int(11) NOT NULL default '0',
|
||||
`id2` int(11) NOT NULL default '0',
|
||||
|
Loading…
x
Reference in New Issue
Block a user