mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
dirty merge
This commit is contained in:
commit
65c5ef9b49
185 changed files with 5958 additions and 1871 deletions
|
|
@ -1,6 +1,3 @@
|
|||
DROP TABLE IF EXISTS t1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'test.t1'
|
||||
CREATE TABLE t1 (
|
||||
a varchar(32) character set utf8 collate utf8_bin NOT NULL,
|
||||
b varchar(32) character set utf8 collate utf8_bin NOT NULL )
|
||||
|
|
@ -15,7 +12,7 @@ INSERT INTO t1 VALUES
|
|||
set tmp_table_size=1024;
|
||||
set session debug_dbug="+d,raise_error";
|
||||
SELECT MAX(a) FROM t1 GROUP BY a,b;
|
||||
ERROR 23000: Can't write; duplicate key in table 'tmp_table'
|
||||
ERROR 23000: Can't write; duplicate key in table '(temporary)'
|
||||
set tmp_table_size=default;
|
||||
DROP TABLE t1;
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue