diff options
author | msvensson@neptunus.(none) <> | 2006-01-26 17:54:34 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-01-26 17:54:34 +0100 |
commit | 9304785c10c8cbf168b07e41c149f9f938c30428 (patch) | |
tree | 356e06cc01aa294dfbcd08e145368be56b7b4cc3 /mysql-test/r/view_grant.result | |
parent | f60f7576899f89dbcb44ab64f36528f859bda1d9 (diff) | |
download | mariadb-git-9304785c10c8cbf168b07e41c149f9f938c30428.tar.gz |
Add new option "check-testcases" to mysql-test-run.pl
Cleanup the sideeffects from most of the testcases with sideeffects.
Diffstat (limited to 'mysql-test/r/view_grant.result')
-rw-r--r-- | mysql-test/r/view_grant.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/view_grant.result b/mysql-test/r/view_grant.result index e2ee02351d7..259106c4e9f 100644 --- a/mysql-test/r/view_grant.result +++ b/mysql-test/r/view_grant.result @@ -7,6 +7,7 @@ revoke create view on test.* from test@localhost; show grants for test@localhost; Grants for test@localhost GRANT USAGE ON *.* TO 'test'@'localhost' +drop user test@localhost; create database mysqltest; create table mysqltest.t1 (a int, b int); create table mysqltest.t2 (a int, b int); |