1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Adjusted results in suite/innodb_plugin/r/innodb_mysql.result.

Made range_vs_index_merge.test platform independent
This commit is contained in:
Igor Babaev
2010-12-04 10:40:07 -08:00
parent e13406b29b
commit 25704af0b2
2 changed files with 1 additions and 2 deletions

View File

@ -679,8 +679,6 @@ INSERT INTO t1(b,c) SELECT b,c FROM t2;
UPDATE t2 SET c='2007-01-03';
INSERT INTO t1(b,c) SELECT b,c FROM t2;
set @@sort_buffer_size=8192;
Warnings:
Warning 1292 Truncated incorrect sort_buffer_size value: '8192'
SELECT COUNT(*) FROM t1;
COUNT(*)
3072