diff options
author | unknown <guilhem@mysql.com> | 2003-10-08 20:53:07 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2003-10-08 20:53:07 +0200 |
commit | 198e1b92949a6d4f23cfb77a67a4328c1880c78d (patch) | |
tree | 4e3091dc16ce205abf7a93c5aae6950a33e2ccce /mysql-test | |
parent | d1d07c99d7dc1f443776a48e66aa471b3b4535e4 (diff) | |
parent | 12e5e094a9c2154474b68a05c30a99373e1a4026 (diff) | |
download | mariadb-git-198e1b92949a6d4f23cfb77a67a4328c1880c78d.tar.gz |
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
into mysql.com:/home/mysql_src/mysql-4.1
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl_temporary.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_temporary.test b/mysql-test/t/rpl_temporary.test index 79dba60964d..f1373d7ef23 100644 --- a/mysql-test/t/rpl_temporary.test +++ b/mysql-test/t/rpl_temporary.test @@ -19,7 +19,10 @@ connection master; connect (con1,localhost,root,,); connect (con2,localhost,root,,); -connect (con3,localhost,,,); +# We want to connect as an unprivileged user. But if we use user="" then this +# will pick the Unix login, which will cause problems if you're running the test +# as root. +connect (con3,localhost,zedjzlcsjhd,,); # We are going to use SET PSEUDO_THREAD_ID in this test; # check that it requires the SUPER privilege. |