mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
minor test cleanup. one server restart less in mtr
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
drop table if exists t1,t2;
|
drop table if exists t1,t2;
|
||||||
|
set @@sort_buffer_size=32804;
|
||||||
CREATE TABLE `t1` (
|
CREATE TABLE `t1` (
|
||||||
`id` int(11) NOT NULL default '0',
|
`id` int(11) NOT NULL default '0',
|
||||||
`id2` 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;
|
drop table if exists t1,t2;
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
|
|
||||||
|
set @@sort_buffer_size=32804;
|
||||||
|
|
||||||
CREATE TABLE `t1` (
|
CREATE TABLE `t1` (
|
||||||
`id` int(11) NOT NULL default '0',
|
`id` int(11) NOT NULL default '0',
|
||||||
`id2` int(11) NOT NULL default '0',
|
`id2` int(11) NOT NULL default '0',
|
||||||
|
Reference in New Issue
Block a user