Commit 50123a8b authored by aelkin@dl145j.mysql.com's avatar aelkin@dl145j.mysql.com
Browse files

bug#31552 fixing a compilation issue in the debugless build.

parent ea68d517
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {