1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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
This commit is contained in:
Michael Widenius
2011-02-28 19:47:19 +02:00
parent f83e594218
commit 5df39c48f8
5 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -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;

View File

@ -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

View File

@ -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