mirror of
https://github.com/actiontech/dble.git
synced 2026-01-05 20:30:40 -06:00
fix npe inner 349
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user