summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000001.test
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-01-19 12:12:45 -0700
committersasha@mysql.sashanet.com <>2001-01-19 12:12:45 -0700
commit99fa5361c46b5a89280bee7a81e6ebca62d0e6ba (patch)
treeba93ba8fce6c31d53b265a2debf8defbe9772b52 /mysql-test/t/rpl000001.test
parentfff8cbffaeb8a0b5ce821c2256dcb0b525f84bf3 (diff)
downloadmariadb-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.test2
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;