1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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.
This commit is contained in:
unknown
2006-11-10 15:47:11 -05:00
parent 870b2e0a2b
commit 7a0e75103f

View File

@ -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;