handler.cc:

  Fix compilation error if HAVE_REPLICATION is not defined
parent 9838ec71
...@@ -2412,6 +2412,7 @@ TYPELIB *ha_known_exts(void) ...@@ -2412,6 +2412,7 @@ TYPELIB *ha_known_exts(void)
return &known_extensions; return &known_extensions;
} }
#ifdef HAVE_REPLICATION
/* /*
Reports to table handlers up to which position we have sent the binlog Reports to table handlers up to which position we have sent the binlog
to a slave in replication to a slave in replication
...@@ -2468,3 +2469,4 @@ int ha_repl_report_replication_stop(THD *thd) ...@@ -2468,3 +2469,4 @@ int ha_repl_report_replication_stop(THD *thd)
return 0; return 0;
} }
#endif /* HAVE_REPLICATION */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment