1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

mysqltest bug: reset --replace command after every

error message (because error messages use replacements)
This commit is contained in:
Sergei Golubchik
2014-03-24 20:02:00 +01:00
parent c11c64e972
commit bd4e7dac59
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ eval install plugin unix_socket soname '$AUTH_SOCKET_SO';
--error ER_ACCESS_DENIED_NO_PASSWORD_ERROR
connect (fail,localhost,$USER);
--replace_result $USER USER
--error ER_ACCESS_DENIED_NO_PASSWORD_ERROR
change_user $USER;