Skip to content

Commit

Permalink
fix npe inner 349
Browse files Browse the repository at this point in the history
  • Loading branch information
ylinzhu committed Feb 5, 2024
1 parent 4fc9e40 commit 2fe15e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public MySQLResponseService(AbstractConnection connection) {
this.proto = new MySQLProtoHandlerImpl();
this.baseLogicHandler = new MysqlBackendLogicHandler(this);
this.statisticsLogicHandler = new MysqlStatisticsLogicHandler(this);
this.prepareLogicHandler = new MysqlPrepareLogicHandler(this);
}


Expand Down

0 comments on commit 2fe15e7

Please sign in to comment.