From 50123a8bc5e2a2fa8353bce5ec3569911f9975ab Mon Sep 17 00:00:00 2001 From: "aelkin@dl145j.mysql.com" <> Date: Thu, 13 Dec 2007 09:32:23 +0100 Subject: [PATCH] bug#31552 fixing a compilation issue in the debugless build. --- sql/log_event.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/log_event.cc b/sql/log_event.cc index 2490e54282f..db0a5c2b53a 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -46,7 +46,7 @@ #define FMT_G_BUFSIZE(PREC) (3 + (PREC) + 5 + 1) -#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION) && !defined(DBUG_OFF) && !defined(_lint) +#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION) static const char *HA_ERR(int i) { switch (i) {