~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_mi.cc

  • Committer: Monty Taylor
  • Date: 2008-10-06 04:45:56 UTC
  • mfrom: (438.1.13 drizzle)
  • Revision ID: monty@inaugust.com-20081006044556-5urk8k3yhnnl3o1p
Merged in from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include <drizzled/server_includes.h>
17
17
#include "rpl_mi.h"
18
18
 
19
 
#ifdef HAVE_REPLICATION
20
 
 
21
19
#define DEFAULT_CONNECT_RETRY 60
22
20
 
23
21
// Defined in slave.cc
390
388
 
391
389
  return;
392
390
}
393
 
 
394
 
 
395
 
#endif /* HAVE_REPLICATION */