summaryrefslogtreecommitdiff
path: root/mysql-test/t/ps_grant.test
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2006-11-02 17:39:52 -0500
committercmiller@zippy.cornsilk.net <>2006-11-02 17:39:52 -0500
commitaf5acac047d77e961da64e93a4a1d1d3225886da (patch)
treefdb1676e1a24d430127643e773c8999bef7bed8c /mysql-test/t/ps_grant.test
parent5196eadc060843665eb007498fa174ba43b4b989 (diff)
parent2704ba36755401f947600b6b3fd7f3ef3423c5bc (diff)
downloadmariadb-git-af5acac047d77e961da64e93a4a1d1d3225886da.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
Diffstat (limited to 'mysql-test/t/ps_grant.test')
-rw-r--r--mysql-test/t/ps_grant.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ps_grant.test b/mysql-test/t/ps_grant.test
index 81c842de459..22ac8675328 100644
--- a/mysql-test/t/ps_grant.test
+++ b/mysql-test/t/ps_grant.test
@@ -35,7 +35,7 @@ use mysqltest;
--source include/ps_create.inc
--source include/ps_renew.inc
--enable_query_log
-eval use $DB;
+use test;
grant usage on mysqltest.* to second_user@localhost
identified by 'looser' ;
grant select on mysqltest.t9 to second_user@localhost