1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Second attempt at getting rid of warnings in replication tree.

This commit is contained in:
mats@kindahl-laptop.dnsalias.net
2007-11-07 18:12:21 +01:00
parent 191c503a79
commit 21f5bd1074

View File

@@ -36,7 +36,7 @@
#define FLAGSTR(V,F) ((V)&(F)?#F" ":"")
#if !defined(MYSQL_CLIENT) && !defined(DBUG_OFF)
#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION) && !defined(DBUG_OFF) && !defined(_lint)
static const char *HA_ERR(int i)
{
switch (i) {