fix npe inner 349

This commit is contained in:
ylz
2024-02-05 11:32:08 +08:00
parent 4fc9e40bfc
commit 2fe15e71e3

View File

@@ -105,6 +105,7 @@ public class MySQLResponseService extends VariablesService {
this.proto = new MySQLProtoHandlerImpl();
this.baseLogicHandler = new MysqlBackendLogicHandler(this);
this.statisticsLogicHandler = new MysqlStatisticsLogicHandler(this);
this.prepareLogicHandler = new MysqlPrepareLogicHandler(this);
}