diff options
author | sasha@mysql.sashanet.com <> | 2001-01-19 12:12:45 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-01-19 12:12:45 -0700 |
commit | 99fa5361c46b5a89280bee7a81e6ebca62d0e6ba (patch) | |
tree | ba93ba8fce6c31d53b265a2debf8defbe9772b52 /mysql-test/t/rpl000001.test | |
parent | fff8cbffaeb8a0b5ce821c2256dcb0b525f84bf3 (diff) | |
download | mariadb-git-99fa5361c46b5a89280bee7a81e6ebca62d0e6ba.tar.gz |
fixed coredump in SET PASSWORD in slave thread.
Diffstat (limited to 'mysql-test/t/rpl000001.test')
-rw-r--r-- | mysql-test/t/rpl000001.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000001.test b/mysql-test/t/rpl000001.test index a26580d7ef7..c7b1f817e81 100644 --- a/mysql-test/t/rpl000001.test +++ b/mysql-test/t/rpl000001.test @@ -5,6 +5,8 @@ drop table if exists t1; create table t1 (word char(20) not null); load data infile '../../std_data/words.dat' into table t1; drop table if exists foo; +set password = password('foo'); +set password = password(''); create table foo(n int); insert into foo values(1),(2); save_master_pos; |