minor test cleanup. one server restart less in mtr

This commit is contained in:
Sergei Golubchik 2012-10-16 10:35:05 +02:00
parent c975fdbc85
commit abefaab57b
3 changed files with 3 additions and 1 deletions

View File

@ -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',

View File

@ -1 +0,0 @@
--sort_buffer=32804

View File

@ -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',