1
0
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:
Sergei Golubchik
2014-03-27 08:11:05 +01:00
parent e29a4dd519
commit 1a4c8ae1be

View File

@ -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;