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

This commit is contained in:
aelkin@dl145j.mysql.com 2007-12-13 09:32:23 +01:00
parent ea68d51793
commit 50123a8bc5

View File

@ -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) {