mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 23:40:58 +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:
@@ -18,7 +18,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');
|
||||
my $dbh = $sb->get_dbh_for('source');
|
||||
|
||||
if ( $dbh ) {
|
||||
plan tests => 35;
|
||||
@@ -40,7 +40,7 @@ use TableSyncer;
|
||||
use MasterSlave;
|
||||
use Retry;
|
||||
|
||||
my $mysql = $sb->_use_for('master');
|
||||
my $mysql = $sb->_use_for('source');
|
||||
|
||||
diag(`$mysql < $trunk/t/lib/samples/before-TableSyncChunk.sql`);
|
||||
|
||||
|
Reference in New Issue
Block a user