Commit 5df39c48 authored by Michael Widenius's avatar Michael Widenius

Increase version number

Taged a couple of tests with --big-test

configure.in:
  Upgrade version number
mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test:
  Removed duplicate big_test tag
mysql-test/suite/parts/t/partition_alter1_2_innodb.test:
  Removed duplicate big_test tag
mysql-test/suite/parts/t/partition_decimal_innodb.test:
  Added big_test tag as this takes forever with valgrind
mysql-test/suite/parts/t/partition_decimal_myisam.test:
  Removed duplicate big_test tag
parent f83e5942
......@@ -12,7 +12,7 @@ dnl
dnl When changing the major version number please also check the switch
dnl statement in mysqlbinlog::check_master_version(). You may also need
dnl to update version.c in ndb.
AC_INIT([MariaDB Server], [5.1.55-MariaDB], [], [mysql])
AC_INIT([MariaDB Server], [5.1.56-MariaDB], [], [mysql])
AC_CONFIG_SRCDIR([sql/mysqld.cc])
AC_CANONICAL_SYSTEM
......
......@@ -51,9 +51,6 @@ let $more_pk_ui_tests= 0;
# The server must support partitioning.
--source include/have_partition.inc
# This test takes long time, so only run it with the --big mtr-flag.
--source include/big_test.inc
#------------------------------------------------------------------------------#
# Engine specific settings and requirements
......
......@@ -28,8 +28,6 @@
#------------------------------------------------------------------------------#
# General not engine specific settings and requirements
--source include/big_test.inc
##### Options, for debugging support #####
let $debug= 0;
let $with_partitioning= 1;
......
......@@ -28,6 +28,7 @@
##### Options, for debugging support #####
let $debug= 0;
--source include/big_test.inc
# The server must support partitioning.
--source include/have_partition.inc
......
......@@ -22,14 +22,13 @@
# any of the variables.
#
--source include/long_test.inc
#------------------------------------------------------------------------------#
# General not engine specific settings and requirements
##### Options, for debugging support #####
let $debug= 0;
--source include/big_test.inc
# The server must support partitioning.
--source include/have_partition.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment