From: sanja Date: May 7 2008 4:58am Subject: bk commit into maria tree (bell:1.2629) List-Archive: http://lists.mysql.com/maria/28 Message-Id: <20080507045819.6B45A1B80183@desktop.sanja.is.com.ua> Below is the list of changes that have just been committed into a local maria repository of bell. When bell 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-07 07:58:13+03:00, bell@stripped +1 -0 Added dependense to get the file in distribution tarball. storage/maria/unittest/Makefile.am@stripped, 2008-05-07 07:58:10+03:00, bell@stripped +2 -2 Added dependense to get the file in distribution tarball. diff -Nrup a/storage/maria/unittest/Makefile.am b/storage/maria/unittest/Makefile.am --- a/storage/maria/unittest/Makefile.am 2008-04-02 18:08:26 +03:00 +++ b/storage/maria/unittest/Makefile.am 2008-05-07 07:58:10 +03:00 @@ -52,7 +52,7 @@ noinst_PROGRAMS = ma_control_file-t trnm ma_test_loghandler_nologs-t ma_test_loghandler_t_SOURCES = ma_test_loghandler-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c -ma_test_loghandler_multigroup_t_SOURCES = ma_test_loghandler_multigroup-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c sequence_storage.c +ma_test_loghandler_multigroup_t_SOURCES = ma_test_loghandler_multigroup-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c sequence_storage.c sequence_storage.h ma_test_loghandler_multithread_t_SOURCES = ma_test_loghandler_multithread-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c ma_test_loghandler_pagecache_t_SOURCES = ma_test_loghandler_pagecache-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c ma_test_loghandler_long_t_SOURCES = ma_test_loghandler-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c @@ -61,7 +61,7 @@ ma_test_loghandler_noflush_t_SOURCES = m ma_test_loghandler_first_lsn_t_SOURCES = ma_test_loghandler_first_lsn-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c ma_test_loghandler_max_lsn_t_SOURCES = ma_test_loghandler_max_lsn-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c ma_test_loghandler_purge_t_SOURCES = ma_test_loghandler_purge-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c -ma_test_loghandler_readonly_t_SOURCES = ma_test_loghandler_multigroup-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c sequence_storage.c +ma_test_loghandler_readonly_t_SOURCES = ma_test_loghandler_multigroup-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c sequence_storage.c sequence_storage.h ma_test_loghandler_readonly_t_CPPFLAGS = -DREADONLY_TEST ma_test_loghandler_nologs_t_SOURCES = ma_test_loghandler_nologs-t.c ma_maria_log_cleanup.c ma_loghandler_examples.c