We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e270065 commit 4ce11e0Copy full SHA for 4ce11e0
server/server_conf.go
@@ -51,7 +51,8 @@ func NewDefaultServer() *Server {
51
serverVersion: "8.0.11",
52
protocolVersion: 10,
53
capability: CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | CLIENT_CONNECT_WITH_DB | CLIENT_PROTOCOL_41 |
54
- CLIENT_TRANSACTIONS | CLIENT_SECURE_CONNECTION | CLIENT_PLUGIN_AUTH | CLIENT_SSL | CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA,
+ CLIENT_TRANSACTIONS | CLIENT_SECURE_CONNECTION | CLIENT_PLUGIN_AUTH | CLIENT_SSL |
55
+ CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA | CLIENT_CONNECT_ATTRS,
56
collationId: DEFAULT_COLLATION_ID,
57
defaultAuthMethod: AUTH_NATIVE_PASSWORD,
58
pubKey: getPublicKeyFromCert(certPem),
0 commit comments