summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2000-12-11 12:06:34 -0700
committersasha@mysql.sashanet.com <>2000-12-11 12:06:34 -0700
commitc8a915880bfbd9443cda18bd39e801795edb5cc8 (patch)
tree06aa933eac99f585851460d08dbc8105cd1e456b /sql/mysql_priv.h
parenta4f853e22b59ae50ae221264428ef8ca45af0248 (diff)
downloadmariadb-git-c8a915880bfbd9443cda18bd39e801795edb5cc8.tar.gz
I hope I've fixed all the bugs by now, let's test it
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 7c3b1cfadef..e4641d1a0b7 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -486,7 +486,7 @@ extern pthread_mutex_t LOCK_mysql_create_db,LOCK_Acl,LOCK_open,
LOCK_delayed_status, LOCK_delayed_create, LOCK_crypt, LOCK_timezone,
LOCK_binlog_update, LOCK_slave, LOCK_server_id;
extern pthread_cond_t COND_refresh,COND_thread_count, COND_binlog_update,
- COND_slave_stopped;
+ COND_slave_stopped, COND_slave_start;
extern pthread_attr_t connection_attrib;
extern bool opt_endinfo,using_udf_functions, locked_in_memory;
extern ulong ha_read_count, ha_write_count, ha_delete_count, ha_update_count,