The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789 use strict;use warnings;use lib './t';use Test_Helper;use MySQL::Sandbox;confirm_version('5.6.6','8.0.99');$ENV{'GTID_FROM_FILE'}=undef;test_sandbox( 'test_sandbox --user_test=./t/replication_gtid.sb.pl', 13);
use
strict;
warnings;
lib
'./t'
;
Test_Helper;
MySQL::Sandbox;
confirm_version(
'5.6.6'
,
'8.0.99'
);
$ENV
{
'GTID_FROM_FILE'
}=
undef
test_sandbox(
'test_sandbox --user_test=./t/replication_gtid.sb.pl'
, 13);