mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
handler.cc:
Fix compilation error if HAVE_REPLICATION is not defined sql/handler.cc: Fix compilation error if HAVE_REPLICATION is not defined
This commit is contained in:
parent
979d7e4be9
commit
05bfcf65a5
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue