1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fix uninitialized warning in mysql-test-run.pl

make the test to require sphinx 2.0.4 or later
This commit is contained in:
Sergei Golubchik
2012-03-09 09:20:45 +01:00
parent 4933d21e5d
commit 96a21ab324
2 changed files with 4 additions and 15 deletions

View File

@@ -418,6 +418,8 @@ sub main {
mtr_report("Checking supported features...");
executable_setup();
# --debug[-common] implies we run debug server
$opt_debug_server= 1 if $opt_debug || $opt_debug_common;
@@ -436,8 +438,6 @@ sub main {
check_ssl_support();
check_debug_support();
executable_setup();
mtr_report("Collecting tests...");
my $tests= collect_test_cases($opt_reorder, $opt_suites, \@opt_cases, \@opt_skip_test_list);
mark_time_used('collect');