diff options
author | unknown <monty@mashka.mysql.fi> | 2002-09-22 10:35:15 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-09-22 10:35:15 +0300 |
commit | cc71ac185d1dcef30a964b5f0b98ef4ebce263d1 (patch) | |
tree | 87e7f602b563d9a1ad9076e0470e9668a28469d5 /mysql-test/t | |
parent | f72b93abd4669e8b0369a0825327614e4a93de64 (diff) | |
download | mariadb-git-cc71ac185d1dcef30a964b5f0b98ef4ebce263d1.tar.gz |
Fixed bug in previous patch when using a libc with static nss
client/mysql.cc:
Fixed help text
mysql-test/t/rpl_rotate_logs.test:
Updated test
sql/sql_acl.cc:
comments and safety checks
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/rpl_rotate_logs.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_rotate_logs.test b/mysql-test/t/rpl_rotate_logs.test index f6fbb76e55e..5d8f150cdea 100644 --- a/mysql-test/t/rpl_rotate_logs.test +++ b/mysql-test/t/rpl_rotate_logs.test @@ -139,7 +139,7 @@ select count(*) from t3 where n >= 4; unlock tables; #clean up connection master; -drop table if exists t1,t2,t3; +drop table if exists t1,t2,t3,t4; save_master_pos; connection slave; sync_with_master; |