~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.h

Merged in fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   compiled in (embedded).
33
33
*/
34
34
 
35
 
/**
36
 
   The maximum is defined as (ULONG_MAX/1000) with 4 bytes uint32_t
37
 
*/
38
 
#define SLAVE_MAX_HEARTBEAT_PERIOD 4294967
39
35
 
40
36
#include "log.h"
41
37
#include <mysys/my_list.h>
42
38
#include "rpl_filter.h"
43
39
#include "rpl_tblmap.h"
44
40
 
45
 
#define SLAVE_NET_TIMEOUT  3600
46
 
 
47
 
#define MAX_SLAVE_ERROR    2000
48
41
 
49
42
// Forward declarations
50
43
class Relay_log_info;
222
215
       
223
216
extern I_List<Session> threads;
224
217
 
225
 
/* masks for start/stop operations on io and sql slave threads */
226
 
#define SLAVE_IO  1
227
 
#define SLAVE_SQL 2
228
218
 
229
219
/**
230
220
  @} (end of group Replication)