List:Commits« Previous MessageNext Message »
From:Guilhem Bichot Date:February 20 2008 5:02pm
Subject:bk commit into maria tree (guilhem:1.2601)
View as plain text  
Below is the list of changes that have just been committed into a local
maria 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, 2008-02-20 18:01:59+01:00, guilhem@stripped +1 -0
  need to include ma_test_all-t and ma_test_recovery.* into the source
  tarball, so that those tests are run on all platforms.

  storage/maria/unittest/Makefile.am@stripped, 2008-02-20 18:01:57+01:00, guilhem@stripped +2 -1
    need to include ma_test_all-t and ma_test_recovery.* into the source
    tarball, so that those tests are run on all platforms.

diff -Nrup a/storage/maria/unittest/Makefile.am b/storage/maria/unittest/Makefile.am
--- a/storage/maria/unittest/Makefile.am	2008-02-13 20:27:06 +01:00
+++ b/storage/maria/unittest/Makefile.am	2008-02-20 18:01:57 +01:00
@@ -18,7 +18,8 @@ AM_CPPFLAGS      = @ZLIB_INCLUDES@ -I$(t
                   -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap
 INCLUDES         = @ZLIB_INCLUDES@ -I$(top_builddir)/include \
                   -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap
-EXTRA_DIST       = CMakeLists.txt
+EXTRA_DIST=	ma_test_all-t CMakeLists.txt \
+		ma_test_recovery.pl ma_test_recovery.expected
 # Only reason to link with libmyisam.a here is that it's where some fulltext
 # pieces are (but soon we'll remove fulltext dependencies from Maria).
 LDADD=			$(top_builddir)/unittest/mytap/libmytap.a \
Thread
bk commit into maria tree (guilhem:1.2601)Guilhem Bichot20 Feb