mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
heap.test: hide a warning on 32-bit
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user