Commit a0ea7ffa authored by Sergei Golubchik's avatar Sergei Golubchik

fix the test for 32-bit

parent 27a26acb
......@@ -572,7 +572,9 @@ CREATE TABLE t1 (id INT);
INSERT INTO t1 VALUES (1);
INSERT INTO t1 VALUES (2);
--disable_warnings
SET @@max_heap_table_size = 1024*1024*1024*20;
--enable_warnings
CREATE TEMPORARY TABLE tmp ENGINE=MEMORY
SELECT id FROM t1;
......
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