mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
- fix for THD::m_digest initialization, according to Raghu
This commit is contained in:
committed by
Nirbhay Choubey
parent
483078b1b1
commit
197e9d2559
@@ -7016,6 +7016,7 @@ static void wsrep_mysql_parse(THD *thd, char *rawbuf, uint length,
|
||||
/* Performance Schema Interface instrumentation, end */
|
||||
MYSQL_END_STATEMENT(thd->m_statement_psi, thd->get_stmt_da());
|
||||
thd->m_statement_psi= NULL;
|
||||
thd->m_digest= NULL;
|
||||
close_thread_tables(thd);
|
||||
|
||||
thd->wsrep_conflict_state= RETRY_AUTOCOMMIT;
|
||||
|
||||
Reference in New Issue
Block a user