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

Make opt_big_test a global variable

This commit is contained in:
Magnus Svensson
2008-08-08 19:09:13 +02:00
parent 31c7b018bd
commit bfcefa1bd8

View File

@ -98,7 +98,7 @@ our $exe_mysqladmin;
our $exe_mysqltest;
our $exe_libtool;
my $opt_big_test= 0;
our $opt_big_test= 0;
our @opt_combinations;