diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-06-24 22:18:58 +0500 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-06-24 22:18:58 +0500 |
commit | d805c1214adc15c3f166c5fc6f9fe87082236076 (patch) | |
tree | 71852f16e3cdbbb0e17ec196d4647a8b62cb4f0d /mysql-test/mysql-test-run.pl | |
parent | 88b2fe2f568ac8f77eda568317ab394262587c82 (diff) | |
download | mariadb-git-d805c1214adc15c3f166c5fc6f9fe87082236076.tar.gz |
This patch implements testing InnoDB plugin milestone.
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 374fcb6c8ef..9e168463e99 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -126,7 +126,7 @@ my $path_config_file; # The generated config file, var/my.cnf # executables will be used by the test suite. our $opt_vs_config = $ENV{'MTR_VS_CONFIG'}; -my $DEFAULT_SUITES= "main,binlog,federated,rpl,rpl_ndb,ndb"; +my $DEFAULT_SUITES= "main,binlog,federated,rpl,rpl_ndb,ndb,innodb"; my $opt_suites; our $opt_verbose= 0; # Verbose output, enable with --verbose |