1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-4506: Parallel replication: Fix Windows compiler failure.

This commit is contained in:
unknown
2013-09-19 20:54:08 +02:00
parent 36df41ed95
commit c168c49d77

View File

@ -21,7 +21,7 @@
#include <rpl_reporting.h>
#include "my_global.h" /* uchar */
class rpl_group_info;
struct rpl_group_info;
struct TABLE;
typedef struct st_bitmap MY_BITMAP;