diff options
author | unknown <sergefp@mysql.com> | 2004-12-31 15:48:19 +0300 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2004-12-31 15:48:19 +0300 |
commit | 21166957881bb6118aaf5dd92f3bd004a47b85e0 (patch) | |
tree | 5f1c662599f5472f9734d870a88ed6e9f82fb4e5 /mysql-test/r/user_limits.result | |
parent | bd23099be0b22845e8c97e2fb36ee3c6eb0e2491 (diff) | |
download | mariadb-git-21166957881bb6118aaf5dd92f3bd004a47b85e0.tar.gz |
Make test results independent on who runs them
Diffstat (limited to 'mysql-test/r/user_limits.result')
-rw-r--r-- | mysql-test/r/user_limits.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/user_limits.result b/mysql-test/r/user_limits.result index d15f99337b7..ec7adcdfe3c 100644 --- a/mysql-test/r/user_limits.result +++ b/mysql-test/r/user_limits.result @@ -42,7 +42,7 @@ connect(localhost,mysqltest_1,,test,MYSQL_PORT,MYSQL_SOCK); ERROR 42000: User 'mysqltest_1' has exceeded the 'max_connections' resource (current value: 2) select * from t1; i -connect(localhost,mysqltest_1,,test,9306,/home/dlenev/src/mysql-5.0-1339/mysql-test/var/tmp/master.sock); +connect(localhost,mysqltest_1,,test,MYSQL_PORT,MYSQL_SOCK); ERROR 42000: User 'mysqltest_1' has exceeded the 'max_connections' resource (current value: 2) drop user mysqltest_1@localhost; flush privileges; |