mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
error_simulation.result, item.cc, subselect.result, error_simulation.test:
Post merge fix.
This commit is contained in:
@@ -14,6 +14,6 @@ INSERT INTO t1 VALUES
|
||||
('AAAAAAAAAJ','AAAAAAAAAJ'), ('AAAAAAAAAK','AAAAAAAAAK');
|
||||
set tmp_table_size=1024;
|
||||
SELECT MAX(a) FROM t1 GROUP BY a,b;
|
||||
ERROR 23000: Can't write; duplicate key in table ''
|
||||
ERROR 23000: Can't write; duplicate key in table 'tmp_table'
|
||||
set tmp_table_size=default;
|
||||
DROP TABLE t1;
|
||||
|
||||
Reference in New Issue
Block a user