diff options
author | monty@donna.mysql.fi <> | 2001-04-18 23:47:11 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-18 23:47:11 +0300 |
commit | bc6fd0acaaf59ae1c11b0079a45895b86ed3ff83 (patch) | |
tree | 62925f613305f153cac7b3281ddea83336002c0d /mysql-test/t/rpl000016.test | |
parent | 5a5e2be98a36db13002f5de4628327acce05f6dd (diff) | |
download | mariadb-git-bc6fd0acaaf59ae1c11b0079a45895b86ed3ff83.tar.gz |
Added test for PTHREAD_YIELD
Removed test of default master parameter
Don't lock locked tables in REPAIR
Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
Diffstat (limited to 'mysql-test/t/rpl000016.test')
-rw-r--r-- | mysql-test/t/rpl000016.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000016.test b/mysql-test/t/rpl000016.test index a1450089898..b322858f388 100644 --- a/mysql-test/t/rpl000016.test +++ b/mysql-test/t/rpl000016.test @@ -1,6 +1,5 @@ connect (master,localhost,root,,test,0,mysql-master.sock); connect (slave,localhost,root,,test,0,mysql-slave.sock); -source include/have_default_master.inc; system cat /dev/null > var/slave-data/master.info; system chmod 000 var/slave-data/master.info; connection slave; |