summaryrefslogtreecommitdiff
path: root/mysql-test/include/index_merge1.inc
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2010-12-10 01:17:09 -0800
committerIgor Babaev <igor@askmonty.org>2010-12-10 01:17:09 -0800
commit212e42263db81348f442190602848564ca1501d8 (patch)
tree4e8e3f5f8870539d88e7d92d956505d62c7fd662 /mysql-test/include/index_merge1.inc
parentafcefa97d9f814a20d97a1f8d2995bcd1633e1f2 (diff)
parentc4080280dfb45e31d3e6936fe08f571d66a62ed9 (diff)
downloadmariadb-git-212e42263db81348f442190602848564ca1501d8.tar.gz
Merge.
Diffstat (limited to 'mysql-test/include/index_merge1.inc')
-rw-r--r--mysql-test/include/index_merge1.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/index_merge1.inc b/mysql-test/include/index_merge1.inc
index 5cd7bec1895..238d3797fe8 100644
--- a/mysql-test/include/index_merge1.inc
+++ b/mysql-test/include/index_merge1.inc
@@ -539,7 +539,7 @@ INSERT INTO t1 SELECT * FROM t1;
INSERT INTO t1 SELECT * FROM t1;
INSERT INTO t1 SELECT * FROM t1;
INSERT INTO t1 SELECT * FROM t1;
-SET SESSION sort_buffer_size=1;
+SET SESSION sort_buffer_size=1024*8;
EXPLAIN
SELECT * FROM t1 FORCE INDEX(a,b) WHERE a LIKE 'a%' OR b LIKE 'b%'
ORDER BY a,b;