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 fcbd4eb841b..4c73853f5e8 100644
--- a/sql/slave.cc
+++ b/sql/slave.cc
@@ -29,6 +29,8 @@
#include <errmsg.h>
#include <mysys_err.h>
+static Log_event* next_event(RELAY_LOG_INFO* rli);
+
#ifdef HAVE_REPLICATION
#include "rpl_tblmap.h"