mirror of
https://github.com/actiontech/dble.git
synced 2026-01-05 20:30:40 -06:00
fix lost connection inner 1996 (#3483)
Co-authored-by: wenyh <44251917+wenyh1@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,6 @@ public class MySQLShardingSQLHandler {
|
||||
try {
|
||||
rrs = RouteService.getInstance().route(schemaConfig, type, sql, service);
|
||||
if (rrs == null) {
|
||||
service.writeErrMessage(ErrorCode.ER_PARSE_ERROR, "The sql cannot be parsed to the specified node");
|
||||
return;
|
||||
}
|
||||
if (rrs.getSqlType() == ServerParse.DDL && rrs.getSchema() != null) {
|
||||
|
||||
Reference in New Issue
Block a user