diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2010-12-20 12:58:33 +0100 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2010-12-20 12:58:33 +0100 |
commit | de83ad9073154e352201ddae0649bab0fd16689d (patch) | |
tree | 2fe3426f72edd431023880069cd890d273c7f800 /mysql-test/r/connect.result | |
parent | 154279419d7bf6f1c7e1a630ed22dc1ba0aad5b6 (diff) | |
parent | 13c6af0eab384632e3cb954e5ba7d7c51d537d4f (diff) | |
download | mariadb-git-de83ad9073154e352201ddae0649bab0fd16689d.tar.gz |
new merge from 5.1
Diffstat (limited to 'mysql-test/r/connect.result')
-rw-r--r-- | mysql-test/r/connect.result | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/r/connect.result b/mysql-test/r/connect.result index 5e6c013bb38..381ae8b2562 100644 --- a/mysql-test/r/connect.result +++ b/mysql-test/r/connect.result @@ -215,6 +215,17 @@ SET GLOBAL event_scheduler = OFF; # -- End of Bug#35074. +# +# -- Bug#49752: 2469.126.2 unintentionally breaks authentication +# against MySQL 5.1 server +# +GRANT ALL ON test.* TO 'Azundris12345678'@'localhost' IDENTIFIED BY 'test123'; +FLUSH PRIVILEGES; +DROP USER 'Azundris12345678'@'localhost'; +FLUSH PRIVILEGES; +# +# -- End of Bug#49752 +# # ------------------------------------------------------------------ # -- End of 5.1 tests # ------------------------------------------------------------------ |