Commit 0aad12d4 authored by unknown's avatar unknown

Second attempt at getting rid of warnings in replication tree.

parent 5aafeb3f
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#define FLAGSTR(V,F) ((V)&(F)?#F" ":"") #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) static const char *HA_ERR(int i)
{ {
switch (i) { switch (i) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment