diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-12 14:33:04 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-12 14:33:04 +0200 |
commit | 2bcc58acf55356a76d74163c1320cb18bada63fe (patch) | |
tree | e94fdb4a1633ae8ac0a624f6c724d6aa55f94d25 /mysql-test/mysql-test-run.pl | |
parent | e03e3b8187aad86110cb32e7279a3732553501a0 (diff) | |
download | mariadb-git-2bcc58acf55356a76d74163c1320cb18bada63fe.tar.gz |
add sphinx suite
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 3f37fc5f285..3279c9a0089 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -130,7 +130,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,maria,parts,innodb,innodb_plugin,percona,vcol,oqgraph,ndb"; +my $DEFAULT_SUITES= "main,binlog,federated,rpl,maria,parts,innodb,innodb_plugin,percona,ndb,vcol,oqgraph,sphinx"; my $opt_suites; our $opt_verbose= 0; # Verbose output, enable with --verbose |