diff options
author | unknown <msvensson@neptunus.(none)> | 2006-05-29 15:05:31 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-05-29 15:05:31 +0200 |
commit | 88a3ee71e3c35b28c9223ccd2d592c05f73d0c11 (patch) | |
tree | 0d41717c8178e064c005be4ebfd8b50daec857af /mysql-test/t/grant.test | |
parent | 8d28735d1359adf1a8fbcc86b82373bf3df8343c (diff) | |
download | mariadb-git-88a3ee71e3c35b28c9223ccd2d592c05f73d0c11.tar.gz |
Update after merge to 5.0
mysql-test/r/grant.result:
Reorder test result
mysql-test/t/grant.test:
Add "use test"
sql/sql_acl.cc:
Add check if host is NULL
Add check if grant_name->host.hostname is null
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r-- | mysql-test/t/grant.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test index 97a6b9235dc..1de5a7bbb2e 100644 --- a/mysql-test/t/grant.test +++ b/mysql-test/t/grant.test @@ -532,7 +532,7 @@ drop database mysqltest; # # Bug #16297 In memory grant tables not flushed when users's hostname is "" # - +use test; create table t1 (a int); # Backup anonymous users and remove them. (They get in the way of |