mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
mdev-200 set session dbug resets the output to stderr.
it makes "./mtr --debug" unusable revert the mysql fix for bug#46165. implement shared FILE's with reference counting
This commit is contained in:
@@ -13,7 +13,7 @@ INSERT INTO t1 VALUES
|
||||
('AAAAAAAAAH','AAAAAAAAAH'), ('AAAAAAAAAI','AAAAAAAAAI'),
|
||||
('AAAAAAAAAJ','AAAAAAAAAJ'), ('AAAAAAAAAK','AAAAAAAAAK');
|
||||
set tmp_table_size=1024;
|
||||
set session debug_dbug="d,raise_error";
|
||||
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'
|
||||
set tmp_table_size=default;
|
||||
|
||||
Reference in New Issue
Block a user