mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -23,7 +23,7 @@ set tmp_table_size=1024;
|
||||
|
||||
# Set debug flag so an error is returned when
|
||||
# tmp table in query is converted from heap to myisam
|
||||
set session debug_dbug="d,raise_error";
|
||||
set session debug_dbug="+d,raise_error";
|
||||
|
||||
--replace_regex /in table '[^']+'/in table 'tmp_table'/
|
||||
--error ER_DUP_KEY
|
||||
|
Reference in New Issue
Block a user