Commit 05bfcf65 authored by unknown's avatar unknown
Browse files

handler.cc:

  Fix compilation error if HAVE_REPLICATION is not defined


sql/handler.cc:
  Fix compilation error if HAVE_REPLICATION is not defined
parent 979d7e4b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2412,6 +2412,7 @@ TYPELIB *ha_known_exts(void)
  return &known_extensions;
}

#ifdef HAVE_REPLICATION
/*
  Reports to table handlers up to which position we have sent the binlog
  to a slave in replication
@@ -2468,3 +2469,4 @@ int ha_repl_report_replication_stop(THD *thd)

  return 0;
}
#endif /* HAVE_REPLICATION */