mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-03-06 02:06:38 +08:00
PT-2340 - Support MySQL 8.4
- Removed lib/Percona/Test.pm, lib/Safeguards.pm, t/lib/Safeguards.t, because they are not used anymore - Removed word "slave" from lib
This commit is contained in:
@@ -75,7 +75,7 @@ use constant {
|
||||
COM_BINLOG_DUMP => '12',
|
||||
COM_TABLE_DUMP => '13',
|
||||
COM_CONNECT_OUT => '14',
|
||||
COM_REGISTER_SLAVE => '15',
|
||||
COM_REGISTER_REPLICA => '15',
|
||||
COM_STMT_PREPARE => '16',
|
||||
COM_STMT_EXECUTE => '17',
|
||||
COM_STMT_SEND_LONG_DATA => '18',
|
||||
@@ -109,7 +109,7 @@ my %com_for = (
|
||||
'12' => 'COM_BINLOG_DUMP',
|
||||
'13' => 'COM_TABLE_DUMP',
|
||||
'14' => 'COM_CONNECT_OUT',
|
||||
'15' => 'COM_REGISTER_SLAVE',
|
||||
'15' => 'COM_REGISTER_REPLICA',
|
||||
'16' => 'COM_STMT_PREPARE',
|
||||
'17' => 'COM_STMT_EXECUTE',
|
||||
'18' => 'COM_STMT_SEND_LONG_DATA',
|
||||
|
||||
Reference in New Issue
Block a user