diff options
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/log.h b/sql/log.h index a48b09cb9fc..2d0c2d1eee9 100644 --- a/sql/log.h +++ b/sql/log.h @@ -1087,6 +1087,8 @@ void binlog_reset_cache(THD *thd); extern MYSQL_PLUGIN_IMPORT MYSQL_BIN_LOG mysql_bin_log; extern LOGGER logger; +extern const char *log_bin_index; +extern const char *log_bin_basename; /** Turns a relative log binary log path into a full path, based on the |