heap.test: hide a warning on 32-bit
This commit is contained in:
parent
e29a4dd519
commit
1a4c8ae1be
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user