1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge 10.11 into 11.2

This commit is contained in:
Marko Mäkelä
2024-10-18 11:32:22 +03:00
71 changed files with 987 additions and 676 deletions

View File

@ -633,7 +633,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;