1
0
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:
evgen@moonbone.local
2007-06-11 17:02:16 +04:00
parent 76f4f23f54
commit e1cde8aabe
4 changed files with 9 additions and 8 deletions

View File

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