summaryrefslogtreecommitdiff
path: root/sql/slave.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/slave.cc')
-rw-r--r--sql/slave.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/slave.cc b/sql/slave.cc
index 6c7968c2b3f..512c4bc8d12 100644
--- a/sql/slave.cc
+++ b/sql/slave.cc
@@ -28,6 +28,8 @@
#include <sql_common.h>
#include <errmsg.h>
+static Log_event* next_event(RELAY_LOG_INFO* rli);
+
#ifdef HAVE_REPLICATION
#include "rpl_tblmap.h"