gavinchou commented on code in PR #16340: URL: https://github.com/apache/doris/pull/16340#discussion_r1111137049
########## fe/fe-core/src/main/java/org/apache/doris/mysql/MysqlHandshakePacket.java: ########## @@ -25,11 +25,12 @@ public class MysqlHandshakePacket extends MysqlPacket { // JDBC uses this version to check which protocol the server support // Set the patch version to 99 to prevent the vulnerability scanning tool from // falsely reporting MySQL vulnerabilities - public static final String SERVER_VERSION = "5.7.99"; + public static final String SERVER_VERSION = "8.0.31"; Review Comment: This version may not be updated due to TLS does not complete all the features of 8.0.31. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org