1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql_upgrade portability fixes

This commit is contained in:
msvensson@pilot.blaudden
2007-04-19 21:30:46 +02:00
parent 2c95135c8d
commit da93a36a0e
4 changed files with 46 additions and 78 deletions

View File

@ -58,4 +58,4 @@ DROP USER mysqltest1@'%';
--replace_result $MYSQLTEST_VARDIR var
--replace_regex /.*mysqlcheck.*: Got/mysqlcheck: Got/
--error 1
--exec $MYSQL_UPGRADE --skip-verbose --force --socket=$MYSQLTEST_VARDIR/tmp/no_sock_here 2>&1
--exec $MYSQL_UPGRADE --skip-verbose --force --host=not_existing_host 2>&1