Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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, 2008-05-09 19:53:25+02:00, jonas@stripped +1 -0
ndb - disable ndb_show_compat as it
1) doesnt compile 2) doesnt link 3) is called .cc which should be .cpp like *all* other
files in ndb
storage/ndb/src/common/util/Makefile.am@stripped, 2008-05-09 19:53:23+02:00,
jonas@stripped +1 -1
disable program as it
1) doesnt compile 2) doesnt link 3) is called .cc which should be .cpp like *all*
other files in ndb
diff -Nrup a/storage/ndb/src/common/util/Makefile.am
b/storage/ndb/src/common/util/Makefile.am
--- a/storage/ndb/src/common/util/Makefile.am 2008-05-09 11:56:18 +02:00
+++ b/storage/ndb/src/common/util/Makefile.am 2008-05-09 19:53:23 +02:00
@@ -35,7 +35,7 @@ testBitmask_LDFLAGS = @ndb_bin_am_ldflag
$(top_builddir)/mysys/libmysyslt.la \
$(top_builddir)/strings/libmystringslt.la
-noinst_PROGRAMS = ndb_show_compat
+#noinst_PROGRAMS = ndb_show_compat
ndb_show_compat_SOURCES = ndb_show_compat.cc
ndb_show_compat_LDADD = \
$(builddir)libgeneral.la \
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2591) | jonas | 9 May 2008 |