Commit 7a0e7510 authored by unknown's avatar unknown

Test Suite failing on Windows because the $opt_report_features variable was...

Test Suite failing on Windows because the $opt_report_features variable was not defined before use. 


mysql-test/mysql-test-run.pl:
  Defined global variable.
parent 870b2e0a
......@@ -215,6 +215,7 @@ our $opt_ndbcluster_port_slave;
our $opt_ndbconnectstring_slave;
our $opt_record;
our $opt_report_features;
our $opt_check_testcases;
our $opt_skip;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment