diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2022-05-11 17:11:49 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2022-06-09 09:00:06 +0200 |
commit | 14e63e7893aeb9a73b828b78245815a77e67ec73 (patch) | |
tree | 56c0bbc0de7c12ad4c42fd8ccc443a4010b95197 /mysql-test/main/sql_mode.test | |
parent | 8756d253f3578ac98cfde4f2b28c60411b79aaf2 (diff) | |
download | mariadb-git-bb-10.10-no_hack.tar.gz |
MDEV-5215 prerequisite: remove test and test_* database hacks in the test suitebb-10.10-no_hack
Diffstat (limited to 'mysql-test/main/sql_mode.test')
-rw-r--r-- | mysql-test/main/sql_mode.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/sql_mode.test b/mysql-test/main/sql_mode.test index 97f5cf42791..fc82ef23baa 100644 --- a/mysql-test/main/sql_mode.test +++ b/mysql-test/main/sql_mode.test @@ -298,7 +298,7 @@ flush privileges; # if user-table is affected by PAD_CHAR_TO_FULL_LENGTH, our connect will fail # --error 1045 -connect (user_32753,localhost,mysqltest_32753,,test,$MASTER_MYPORT,$MASTER_MYSOCK); +connect (user_32753,localhost,mysqltest_32753,,"*NO-ONE*",$MASTER_MYPORT,$MASTER_MYSOCK); select current_user(); # clean up |