Update Bot
This commit is contained in:
2
node_modules/mysql2/lib/commands/client_handshake.js
generated
vendored
2
node_modules/mysql2/lib/commands/client_handshake.js
generated
vendored
@@ -48,6 +48,7 @@ class ClientHandshake extends Command {
|
||||
|
||||
sendCredentials(connection) {
|
||||
if (connection.config.debug) {
|
||||
// eslint-disable-next-line
|
||||
console.log(
|
||||
'Sending handshake packet: flags:%d=(%s)',
|
||||
this.clientFlags,
|
||||
@@ -110,6 +111,7 @@ class ClientHandshake extends Command {
|
||||
});
|
||||
this.handshake = Packets.Handshake.fromPacket(helloPacket);
|
||||
if (connection.config.debug) {
|
||||
// eslint-disable-next-line
|
||||
console.log(
|
||||
'Server hello packet: capability flags:%d=(%s)',
|
||||
this.handshake.capabilityFlags,
|
||||
|
||||
Reference in New Issue
Block a user