← Back to team overview

maria-developers team mailing list archive

bzr commit into Mariadb 5.2, with Maria 2.0:maria/5.2 branch (igor:2746)

 

#At lp:maria/5.2 based on revid:igor@xxxxxxxxxxxx-20100319062332-4ghnaoaxcgagwj3m

 2746 Igor Babaev	2010-03-19 [merge]
      Merge
      modified:
        configure.in
        mysql-test/Makefile.am

=== modified file 'configure.in'
--- a/configure.in	2010-03-15 11:51:23 +0000
+++ b/configure.in	2010-03-18 12:08:39 +0000
@@ -4,9 +4,6 @@ dnl Process this file with autoconf to p
 # Minimum Autoconf version required.
 AC_PREREQ(2.59)
 
-# Minimum Autoconf version required.
-AC_PREREQ(2.59)
-
 # Remember to also update version.c in ndb.
 # When changing major version number please also check switch statement
 # in client/mysqlbinlog.cc / check_master_version().
@@ -15,7 +12,7 @@ AC_PREREQ(2.59)
 # MySQL version number.
 #
 # Note: the following line must be parseable by win/configure.js:GetVersion()
-AC_INIT([MariaDB Server], [5.2.0-MariaDB], [], [mysql])
+AC_INIT([MariaDB Server], [5.2.0-MariaDB-alpha], [], [mysql])
 AC_CONFIG_SRCDIR([sql/mysqld.cc])
 AC_CANONICAL_SYSTEM
 # USTAR format gives us the possibility to store longer path names in

=== modified file 'mysql-test/Makefile.am'
--- a/mysql-test/Makefile.am	2009-12-03 11:19:05 +0000
+++ b/mysql-test/Makefile.am	2010-03-18 12:08:39 +0000
@@ -102,7 +102,8 @@ TEST_DIRS = t r include std_data std_dat
 	suite/rpl_ndb suite/rpl_ndb/t suite/rpl_ndb/r \
 	suite/parts suite/parts/t suite/parts/r suite/parts/inc \
 	suite/pbxt/t suite/pbxt/r \
-	suite/innodb suite/innodb/t suite/innodb/r suite/innodb/include
+	suite/innodb suite/innodb/t suite/innodb/r suite/innodb/include \
+	suite/vcol suite/vcol/t suite/vcol/r suite/vcol/inc
 
 # Used by dist-hook and install-data-local to copy all
 # test files into either dist or install directory