diff options
author | monty@hundin.mysql.fi <> | 2002-08-22 16:50:58 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-22 16:50:58 +0300 |
commit | f36f9d00ff7d468f7d203430eb432977eb996a6e (patch) | |
tree | 1f4e2f579c25222692c7c0c682a036ad1e5b3404 /mysql-test/t | |
parent | 4ab6d8c4f77a4a51d2d1fa46d4f2fc4e81d7dcee (diff) | |
download | mariadb-git-f36f9d00ff7d468f7d203430eb432977eb996a6e.tar.gz |
Fixed bug in wait_for_update() that I had introduced.
Changed option variables to my_bool (to avoid bugs in my_getopt())
Added new thread specific mutex LOCK_delete to be able to free LOCK_thread_count early.
Changed usage of LOCK_thread_count -> LOCK_status for statistics variables
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/rpl_sporadic_master.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_sporadic_master.test b/mysql-test/t/rpl_sporadic_master.test index 2e86b53067c..e59b93b4475 100644 --- a/mysql-test/t/rpl_sporadic_master.test +++ b/mysql-test/t/rpl_sporadic_master.test @@ -2,7 +2,6 @@ # COM_BINLOG_DUMP and additionally limits the number of events per dump source include/master-slave.inc; -drop table if exists t1,t2; create table t2(n int); create table t1(n int not null auto_increment primary key); |