Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-11-07 18:12:21+01:00, mats@stripped +1 -0
Second attempt at getting rid of warnings in replication tree.
sql/log_event.cc@stripped, 2007-11-07 18:12:13+01:00, mats@stripped +1 -1
Second attempt at getting rid of warnings in replication tree.
diff -Nrup a/sql/log_event.cc b/sql/log_event.cc
--- a/sql/log_event.cc 2007-11-07 15:23:49 +01:00
+++ b/sql/log_event.cc 2007-11-07 18:12:13 +01:00
@@ -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) {
| Thread |
|---|
| • bk commit into 5.1 tree (mats:1.2612) | Mats Kindahl | 7 Nov |