From 5aef51b5d31d405488d7cda8e8001f4ac201fa19 Mon Sep 17 00:00:00 2001 From: Andrei Elkin Date: Wed, 4 Feb 2009 13:08:27 +0200 Subject: Bug #41183 rpl_ndb_circular, rpl_ndb_circular_simplex need maintenance, crash fixing build issue, caused by the previous push. sql/log_event.cc: moving a new declaration out of mysqlbinlog compilation scope. --- sql/log_event.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/log_event.cc b/sql/log_event.cc index 850b03589a1..0e400ac2705 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -51,9 +51,10 @@ */ #define FMT_G_BUFSIZE(PREC) (3 + (PREC) + 5 + 1) -static int rows_event_stmt_cleanup(Relay_log_info const *rli, THD* thd); #if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION) +static int rows_event_stmt_cleanup(Relay_log_info const *rli, THD* thd); + static const char *HA_ERR(int i) { switch (i) { -- cgit v1.2.1