mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-22189: Change error messages inside code to have mariadb instead of
mysql Fix: Changed error messages, rerecorded results and changed other relevant files.
This commit is contained in:
@ -13,7 +13,7 @@ let $wait_condition=select state='' from information_schema.processlist where id
|
||||
replace_regex /\"/-/; #"
|
||||
let s=`show engine innodb status`;
|
||||
disable_query_log;
|
||||
eval select regexp_replace("$s", '(?s)^.*MySQL thread id $id,.*root([^\n]*)\n.*', '\\\\1') as `state from show engine innodb status, must be empty`;
|
||||
eval select regexp_replace("$s", '(?s)^.*MariaDB thread id $id,.*root([^\n]*)\n.*', '\\\\1') as `state from show engine innodb status, must be empty`;
|
||||
enable_query_log;
|
||||
disconnect con2;
|
||||
connection default;
|
||||
|
Reference in New Issue
Block a user