mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 17:04:00 +00:00
PT-2340 - Support MySQL 8.4
- Removed offensive terminology from library files and their tests - Removed unused sandbox/prove2junit.pl - Added option mysql_ssl to DSN and possibility to have DSN of multiple letters
This commit is contained in:
@@ -32,7 +32,7 @@ use PerconaTest;
|
||||
|
||||
my $dp = new DSNParser(opts=>$dsn_opts);
|
||||
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
|
||||
my $dbh = $sb->get_dbh_for('master', {no_lc=>1}); # for explain sparkline
|
||||
my $dbh = $sb->get_dbh_for('source', {no_lc=>1}); # for explain sparkline
|
||||
|
||||
my ($result, $events, $expected);
|
||||
|
||||
@@ -1186,7 +1186,7 @@ ok(
|
||||
# #############################################################################
|
||||
SKIP: {
|
||||
skip 'Cannot connect to sandbox master', 3 unless $dbh;
|
||||
$sb->load_file('master', "t/lib/samples/QueryReportFormatter/table.sql");
|
||||
$sb->load_file('source', "t/lib/samples/QueryReportFormatter/table.sql");
|
||||
|
||||
@ARGV = qw(--explain F=/tmp/12345/my.sandbox.cnf);
|
||||
$o->get_opts();
|
||||
|
Reference in New Issue
Block a user