diff options
author | Pavan Naik <pavan.naik@oracle.com> | 2013-11-29 15:13:47 +0530 |
---|---|---|
committer | Pavan Naik <pavan.naik@oracle.com> | 2013-11-29 15:13:47 +0530 |
commit | 4f5a31715353877ea059f9b406a96c0e9e031557 (patch) | |
tree | 5d011a3ddb6d3772ee0230460efad32b81244c01 /mysql-test/mysql-test-run.pl | |
parent | a33a1e55a3099659b66e2d041ce9836df51b3102 (diff) | |
download | mariadb-git-4f5a31715353877ea059f9b406a96c0e9e031557.tar.gz |
BUG#16321920 : CREATE A SEPARATE INNODB_ZIP TEST SUITE
Fix :
-------
Created separate suites called innodb_zip ans i_innodb_zip that contain all compression tests.
Running the new suites with following compression-related parameters :
* innodb_compression_level = {1/9}
* innodb_log_compressed_pages = {ON/OFF}
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 27f99941637..7900b54c3fb 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -163,7 +163,7 @@ our $opt_vs_config = $ENV{'MTR_VS_CONFIG'}; # If you add a new suite, please check TEST_DIRS in Makefile.am. # -my $DEFAULT_SUITES= "main,sys_vars,binlog,federated,rpl,innodb,perfschema"; +my $DEFAULT_SUITES= "main,sys_vars,binlog,federated,rpl,innodb,innodb_zip,perfschema"; my $opt_suites; our $opt_verbose= 0; # Verbose output, enable with --verbose |