diff options
Diffstat (limited to 'mysql-test/main/ps.result')
-rw-r--r-- | mysql-test/main/ps.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/ps.result b/mysql-test/main/ps.result index bb4132d5c31..a78b7a2aa3c 100644 --- a/mysql-test/main/ps.result +++ b/mysql-test/main/ps.result @@ -5636,7 +5636,7 @@ DROP TABLE t1; CREATE USER user1@localhost PASSWORD EXPIRE; SET @disconnect_on_expired_password_save=@@global.disconnect_on_expired_password; SET GLOBAL disconnect_on_expired_password=OFF; -connect con1,localhost,user1; +connect con1,localhost,user1,,"*NO-ONE*"; connection con1; # Check that no regular statement like SELECT can be prepared # by a user with an expired password |