summaryrefslogtreecommitdiff
path: root/sql/rpl_record.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/rpl_record.h')
-rw-r--r--sql/rpl_record.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/rpl_record.h b/sql/rpl_record.h
index 6e8838f82b3..9b3829a435e 100644
--- a/sql/rpl_record.h
+++ b/sql/rpl_record.h
@@ -17,6 +17,11 @@
#define RPL_RECORD_H
#include <rpl_reporting.h>
+#include "my_global.h" /* uchar */
+
+class Relay_log_info;
+struct TABLE;
+typedef struct st_bitmap MY_BITMAP;
#if !defined(MYSQL_CLIENT)
size_t pack_row(TABLE* table, MY_BITMAP const* cols,