1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00

Bug #41183 rpl_ndb_circular, rpl_ndb_circular_simplex need maintenance, crash

fixing build issue, caused by the previous push.
This commit is contained in:
Andrei Elkin 2009-02-04 13:08:27 +02:00
parent da01f3846b
commit be1b03fd89

View File

@ -51,9 +51,10 @@
*/
#define FMT_G_BUFSIZE(PREC) (3 + (PREC) + 5 + 1)
static int rows_event_stmt_cleanup(Relay_log_info const *rli, THD* thd);
#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION)
static int rows_event_stmt_cleanup(Relay_log_info const *rli, THD* thd);
static const char *HA_ERR(int i)
{
switch (i) {