Skip to content

Commit

Permalink
Initialize thr_SetParser
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Jun 30, 2023
1 parent bb411e2 commit a6ff9e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MySQL_Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4239,6 +4239,7 @@ MySQL_Thread::MySQL_Thread() {
mysql_thread___default_variables[i] = NULL;
}
shutdown=0;
thr_SetParser = NULL;
}

void MySQL_Thread::register_session_connection_handler(MySQL_Session *_sess, bool _new) {
Expand Down

0 comments on commit a6ff9e3

Please sign in to comment.