Commit f379d0f2 authored by aelkin@dl145j.mysql.com's avatar aelkin@dl145j.mysql.com

Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl

into  dl145j.mysql.com:/tmp/andrei/bug31552
parents 6b5866cc 50123a8b
......@@ -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) {
......
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