diff options
author | Tatiana A. Nurnberg <azundris@mysql.com> | 2010-11-24 10:02:46 +0000 |
---|---|---|
committer | Tatiana A. Nurnberg <azundris@mysql.com> | 2010-11-24 10:02:46 +0000 |
commit | 161d4eea58c0a509b058e31a681b35f04c5e63a7 (patch) | |
tree | 5fbddb8abc6ab5498c2c58b9f4db1f5ec8861d63 /mysql-test/r | |
parent | af6ceb2544889ce3b5693ff3e4df36b03a13914c (diff) | |
parent | 1c37eaaabfca518fe9f39d477f3dbe572cd63dde (diff) | |
download | mariadb-git-161d4eea58c0a509b058e31a681b35f04c5e63a7.tar.gz |
merge
Diffstat (limited to 'mysql-test/r')
-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 # ------------------------------------------------------------------ |