From 64e53a0f816ec0ca4792fcefe5be18494691bfe7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 Jun 2013 15:32:44 +0200 Subject: Fix two small problems in previous push. --- sql/sql_repl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_repl.h') diff --git a/sql/sql_repl.h b/sql/sql_repl.h index a242fa4aeef..917da9b598e 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -32,7 +32,7 @@ typedef struct st_slave_info THD* thd; } SLAVE_INFO; -class slave_connection_state; +struct slave_connection_state; extern my_bool opt_show_slave_auth_info; extern char *master_host, *master_info_file; -- cgit v1.2.1