1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

Merge rsomla@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl

into  quant.(none):/ext/mysql/bkroot/mysql-5.1-new-rpl
This commit is contained in:
rafal@quant.(none)
2007-03-01 16:32:57 +01:00
24 changed files with 325 additions and 22 deletions

View File

@@ -53,6 +53,10 @@ ulonglong relay_log_space_limit = 0;
*/
int disconnect_slave_event_count = 0, abort_slave_event_count = 0;
int events_till_abort = -1;
#ifndef DBUG_OFF
static int events_till_disconnect = -1;
#endif
typedef enum { SLAVE_THD_IO, SLAVE_THD_SQL} SLAVE_THD_TYPE;