Below is the list of changes that have just been committed into a local
5.2 repository of guilhem. When guilhem 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-10-10 09:14:58+02:00, guilhem@stripped +4 -0
Fix for pushbuild failures (related to WL#866)
mysys/lf_alloc-pin.c@stripped, 2007-10-10 09:14:55+02:00, guilhem@stripped +1 -0
fix for compiler warning
unittest/examples/Makefile.am@stripped, 2007-10-10 09:14:55+02:00, guilhem@stripped +2
-0
include CMakeLists.txt in the source tarball
unittest/mysys/Makefile.am@stripped, 2007-10-10 09:14:55+02:00, guilhem@stripped +2 -0
include CMakeLists.txt in the source tarball
unittest/mytap/Makefile.am@stripped, 2007-10-10 09:14:56+02:00, guilhem@stripped +2 -0
include CMakeLists.txt in the source tarball
diff -Nrup a/mysys/lf_alloc-pin.c b/mysys/lf_alloc-pin.c
--- a/mysys/lf_alloc-pin.c 2007-10-09 19:55:20 +02:00
+++ b/mysys/lf_alloc-pin.c 2007-10-10 09:14:55 +02:00
@@ -332,6 +332,7 @@ static void _lf_pinbox_real_free(LF_PINS
void *list, **addr;
struct st_lf_alloc_node *first, *last= NULL;
LF_PINBOX *pinbox= pins->pinbox;
+ LINT_INIT(first);
npins= pinbox->pins_in_array+1;
diff -Nrup a/unittest/examples/Makefile.am b/unittest/examples/Makefile.am
--- a/unittest/examples/Makefile.am 2007-05-28 22:17:34 +02:00
+++ b/unittest/examples/Makefile.am 2007-10-10 09:14:55 +02:00
@@ -22,5 +22,7 @@ LDADD = -lmytap
noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t core-t
+EXTRA_DIST = CMakeLists.txt
+
# Don't update the files from bitkeeper
%::SCCS/s.%
diff -Nrup a/unittest/mysys/Makefile.am b/unittest/mysys/Makefile.am
--- a/unittest/mysys/Makefile.am 2007-05-28 22:17:46 +02:00
+++ b/unittest/mysys/Makefile.am 2007-10-10 09:14:55 +02:00
@@ -23,5 +23,7 @@ LDADD = $(top_builddir)/unittest/mytap
noinst_PROGRAMS = bitmap-t base64-t my_atomic-t
+EXTRA_DIST = CMakeLists.txt
+
# Don't update the files from bitkeeper
%::SCCS/s.%
diff -Nrup a/unittest/mytap/Makefile.am b/unittest/mytap/Makefile.am
--- a/unittest/mytap/Makefile.am 2007-05-28 22:17:48 +02:00
+++ b/unittest/mytap/Makefile.am 2007-10-10 09:14:56 +02:00
@@ -20,6 +20,8 @@ noinst_HEADERS = tap.h
libmytap_a_SOURCES = tap.c
+EXTRA_DIST = CMakeLists.txt
+
SUBDIRS = . t
# Don't update the files from bitkeeper
| Thread |
|---|
| • bk commit into 5.2 tree (guilhem:1.2608) | Guilhem Bichot | 10 Oct |