diff options
author | unknown <guilhem@mysql.com> | 2003-06-13 11:17:31 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2003-06-13 11:17:31 +0200 |
commit | bb39536d7857cbe94367c60ac9f05f93f6dbefb0 (patch) | |
tree | 82db8e02bdcb33d7a9ab6fb4bc821e4ebc4717ae /mysql-test/t/rpl_temporary.test | |
parent | a32fbfbdb14b6091513b09c593d74f9de9bcba2f (diff) | |
download | mariadb-git-bb39536d7857cbe94367c60ac9f05f93f6dbefb0.tar.gz |
cleaned user used in tests 'connect' and 'rpl_temporary'
mysql-test/r/connect.result:
result update
mysql-test/t/connect.test:
clean after we are done
mysql-test/t/rpl_temporary.test:
use '' instead of 'boo'
Diffstat (limited to 'mysql-test/t/rpl_temporary.test')
-rw-r--r-- | mysql-test/t/rpl_temporary.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/t/rpl_temporary.test b/mysql-test/t/rpl_temporary.test index b50d9004f14..79dba60964d 100644 --- a/mysql-test/t/rpl_temporary.test +++ b/mysql-test/t/rpl_temporary.test @@ -19,9 +19,7 @@ connection master; connect (con1,localhost,root,,); connect (con2,localhost,root,,); -# user 'boo' does not exist, because we want to be ''@localhost or ''@127.0.0.1 -# (using user 'test' conflicts with what connect.test does). -connect (con3,localhost,boo,,); +connect (con3,localhost,,,); # We are going to use SET PSEUDO_THREAD_ID in this test; # check that it requires the SUPER privilege. |