diff options
author | Rasmus Johansson <razze@iki.fi> | 2020-04-08 06:09:42 +0000 |
---|---|---|
committer | Rasmus Johansson <razze@iki.fi> | 2020-04-08 06:09:42 +0000 |
commit | 9075973dbf2ef69e95d427e3a979be23435692e3 (patch) | |
tree | 301bcba2da00973ed5df1814e032c139630166b1 /mysql-test/suite/plugins | |
parent | 0eab87cef26eaac2cff1942e32b3c8c2a8bedf12 (diff) | |
download | mariadb-git-9075973dbf2ef69e95d427e3a979be23435692e3.tar.gz |
MDEV-17812 Use MariaDB in error messages instead of MySQL
Changed wording in error messages from MySQL to MariaDB. In
cases where the word server could be used instead it was done.
Tests that have these errors recorded were updated.
Diffstat (limited to 'mysql-test/suite/plugins')
-rw-r--r-- | mysql-test/suite/plugins/r/multiauth.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/plugins/r/multiauth.result b/mysql-test/suite/plugins/r/multiauth.result index 6ec30ac44d1..2bff91cc285 100644 --- a/mysql-test/suite/plugins/r/multiauth.result +++ b/mysql-test/suite/plugins/r/multiauth.result @@ -154,7 +154,7 @@ CREATE USER for mysqltest1@% CREATE USER `mysqltest1`@`%` IDENTIFIED VIA mysql_native_password USING '*BFE3F4604CFD21E6595080A261D92EF0183B5971' OR unix_socket drop user mysqltest1; create user mysqltest1 identified via ed25519 as password("good") OR unix_socket OR mysql_native_password as password("works"); -ERROR HY000: Column count of mysql.user is wrong. Expected 3, found 47. Created with MariaDB XX.YY.ZZ, now running XX.YY.ZZ. Please use mysql_upgrade to fix this error +ERROR HY000: Column count of mysql.user is wrong. Expected 3, found 47. Created with MariaDB XX.YY.ZZ, now running XX.YY.ZZ. Please use mariadb-upgrade to fix this error create user USER identified via mysql_native_password as '1234567890123456789012345678901234567890a' OR unix_socket; create user mysqltest1 identified via mysql_native_password as '1234567890123456789012345678901234567890a' OR unix_socket; update mysql.global_priv set priv=replace(priv, '1234567890123456789012345678901234567890a', 'invalid password'); |