#At file:///home/andrei/MySQL/BZR/mysql-5.1-bugteam/ based on revid:aelkin@stripped
2769 Andrei Elkin 2009-02-04
Bug #41183 rpl_ndb_circular, rpl_ndb_circular_simplex need maintenance, crash
fixing build issue, caused by the previous push.
modified:
sql/log_event.cc
per-file messages:
sql/log_event.cc
moving a new declaration out of mysqlbinlog compilation scope.
=== modified file 'sql/log_event.cc'
--- a/sql/log_event.cc 2009-02-04 10:13:54 +0000
+++ b/sql/log_event.cc 2009-02-04 11:08:27 +0000
@@ -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) {
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (aelkin:2769) Bug#41183 | Andrei Elkin | 4 Feb |