File: 21_replication_gtid_option.t

package info (click to toggle)
mysql-sandbox 3.2.05-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: perl: 9,878; sh: 191; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
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);