diff options
author | msvensson@pilot.mysql.com <> | 2008-02-07 12:42:49 +0100 |
---|---|---|
committer | msvensson@pilot.mysql.com <> | 2008-02-07 12:42:49 +0100 |
commit | 04ca458fcb83d3a50db1c6f519168ca858b39f41 (patch) | |
tree | 195a132422b294bd5924e2b89626ec6af83e600f /mysql-test/r | |
parent | 1bf737a1522db56e2596add02aeec7d67642878f (diff) | |
parent | 53bc1d5c2518f387ee3ec8f93bdb6883413c3790 (diff) | |
download | mariadb-git-04ca458fcb83d3a50db1c6f519168ca858b39f41.tar.gz |
Merge pilot.mysql.com:/data/msvensson/mysql/bug31004/my50-bug31004
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-runtime
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/mysqltest.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index d03e21b1bb0..a7df1a523cf 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -722,4 +722,7 @@ a int(11) YES NULL b varchar(255) YES NULL c datetime YES NULL drop table t1; +mysqltest: At line 1: change user failed: Unknown database 'inexistent' +mysqltest: At line 1: change user failed: Access denied for user 'inexistent'@'localhost' (using password: NO) +mysqltest: At line 1: change user failed: Access denied for user 'root'@'localhost' (using password: YES) End of tests |