~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/repl_failsafe.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:
24
24
*/
25
25
#include <drizzled/server_includes.h>
26
26
 
27
 
#ifdef HAVE_REPLICATION
28
 
 
29
27
#include "repl_failsafe.h"
30
28
#include "sql_repl.h"
31
29
#include "rpl_mi.h"
230
228
  my_eof(thd);
231
229
  return(false);
232
230
}
233
 
 
234
 
#endif /* HAVE_REPLICATION */
235