mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Make opt_big_test a global variable
This commit is contained in:
@ -98,7 +98,7 @@ our $exe_mysqladmin;
|
|||||||
our $exe_mysqltest;
|
our $exe_mysqltest;
|
||||||
our $exe_libtool;
|
our $exe_libtool;
|
||||||
|
|
||||||
my $opt_big_test= 0;
|
our $opt_big_test= 0;
|
||||||
|
|
||||||
our @opt_combinations;
|
our @opt_combinations;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user