Commit abefaab5 authored by Sergei Golubchik's avatar Sergei Golubchik

minor test cleanup. one server restart less in mtr

parent c975fdbc
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',
......
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment