TeslaCN commented on issue #24243:
URL: 
https://github.com/apache/shardingsphere/issues/24243#issuecomment-1519341575

   Hi @sandynz 
   I could not reproduce this issue. I used ShardingSphere-Proxy 
7caa7c490a56cedc1c2267389bcdf49e689a314c with the following configuration.
   ```
   schemaName: freedom
   
   dataSources:
     ds_0:
       url: jdbc:mysql://127.0.0.1:3310/freedom
       username: root
       password: root
       connectionTimeoutMilliseconds: 1000
       idleTimeoutMilliseconds: 60000
       maxLifetimeMilliseconds: 1800000
       maxPoolSize: 128
       minPoolSize: 0
   
   rules: []
   ```
   
   I've checked source code of `mariadb-java-client` 2.7.8 and 3.1.3. But found 
nothing about querying variable `net_buffer_length`.
   
   
https://github.com/mariadb-corporation/mariadb-connector-j/search?q=net_buffer_length
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to