diff options
author | bell@sanja.is.com.ua <> | 2003-07-01 14:54:34 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-07-01 14:54:34 +0300 |
commit | f6a1292fb49eeb7e749d86cdf7bbeac1f01f54f8 (patch) | |
tree | 27f3e5131a2401b67fb8b46dc87b5bc2c86b114e /mysql-test/r/grant_cache.result | |
parent | 0330f0ccd0ad41c39b4bd4854014382b4684202a (diff) | |
download | mariadb-git-f6a1292fb49eeb7e749d86cdf7bbeac1f01f54f8.tar.gz |
fexed erroro message
Diffstat (limited to 'mysql-test/r/grant_cache.result')
-rw-r--r-- | mysql-test/r/grant_cache.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/grant_cache.result b/mysql-test/r/grant_cache.result index 0ffc48ad879..c8ae0b4d9b3 100644 --- a/mysql-test/r/grant_cache.result +++ b/mysql-test/r/grant_cache.result @@ -122,7 +122,7 @@ select "user4"; user4 user4 select a from t1; -ERROR 42000: No Database Selected +ERROR 3D000: No Database Selected select * from mysqltest.t1,test.t1; a b c a 1 1 1 test.t1 |