summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Elkin <aelkin@mysql.com>2009-02-04 13:08:27 +0200
committerAndrei Elkin <aelkin@mysql.com>2009-02-04 13:08:27 +0200
commit5aef51b5d31d405488d7cda8e8001f4ac201fa19 (patch)
treec6776493345a275c1306e3f2423a566b79a5d9d9
parent9b11bc02ae792d5154efd08852e0120690c323e8 (diff)
downloadmariadb-git-5aef51b5d31d405488d7cda8e8001f4ac201fa19.tar.gz
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.
-rw-r--r--sql/log_event.cc3
1 files changed, 2 insertions, 1 deletions
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) {