Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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, 2006-11-27 14:02:14+01:00, msvensson@neptunus.(none) +1 -0
Move misplaced #endif
sql/ha_ndbcluster.cc@stripped, 2006-11-27 14:02:11+01:00, msvensson@neptunus.(none) +2 -1
Move misplaced #endif
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.1-new-maint
--- 1.371/sql/ha_ndbcluster.cc 2006-11-27 14:02:21 +01:00
+++ 1.372/sql/ha_ndbcluster.cc 2006-11-27 14:02:21 +01:00
@@ -7197,6 +7197,8 @@ static void print_ndbcluster_open_tables
DBUG_UNLOCK_FILE;
}
+#endif
+
#define dbug_print_open_tables() \
DBUG_EXECUTE("info", \
@@ -7208,7 +7210,6 @@ static void print_ndbcluster_open_tables
print_share((t), (s));); \
DBUG_UNLOCK_FILE;
-#endif
#ifdef HAVE_NDB_BINLOG
/*
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2392) | msvensson | 27 Nov |