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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user