mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
fix MDEV-26459 test on 32bit systems.
(where it test nothing but produce warnngs)
This commit is contained in:
parent
8a6a4c947a
commit
f27b69a447
1 changed files with 2 additions and 0 deletions
|
@ -632,7 +632,9 @@ drop table t1,t2,t3;
|
|||
--echo #
|
||||
|
||||
SET @sort_buffer_size_save= @@sort_buffer_size;
|
||||
--disable_warnings
|
||||
SET sort_buffer_size=1125899906842624;
|
||||
--enable_warnings
|
||||
CREATE TABLE t1 (a INT,b CHAR,KEY(a,b));
|
||||
DELETE a1 FROM t1 AS a1,t1 AS a2 WHERE a1.a=a2.a;
|
||||
DROP TABLE t1;
|
||||
|
|
Loading…
Add table
Reference in a new issue