Commit 1a4c8ae1 authored by Sergei Golubchik's avatar Sergei Golubchik

heap.test: hide a warning on 32-bit

parent e29a4dd5
......@@ -519,7 +519,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