mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
PT-2340 - Support MySQL 8.4
- Updated modules and tests for pt-query-digest, pt-show-grants, pt-slave-delay, pt-slave-find, pt-slave-restart, pt-stalk, pt-summary, pt-table-checksum
This commit is contained in:
@@ -775,7 +775,7 @@ sub get_source_binlog_pos {
|
||||
$source_name = 'master';
|
||||
}
|
||||
|
||||
my $sql = "SHOW ${source_name} STATUS";
|
||||
my $sql = "SHOW ${source_status} STATUS";
|
||||
my $ms = $dbh->selectrow_hashref($sql);
|
||||
return $ms->{position};
|
||||
}
|
||||
|
Reference in New Issue
Block a user