summaryrefslogtreecommitdiff
path: root/sql/wsrep_thd.cc
diff options
context:
space:
mode:
authorsjaakola <seppo.jaakola@iki.fi>2015-05-26 15:44:34 +0300
committerNirbhay Choubey <nirbhay@mariadb.com>2015-09-09 22:16:39 -0400
commit197e9d2559907b97905f7d1536b481bba2e9ffe3 (patch)
treea1a9e337bdf93ad548205a41bac65b64acfb9f9f /sql/wsrep_thd.cc
parent483078b1b17c97d90e5aa245ef366092fb28fbd3 (diff)
downloadmariadb-git-197e9d2559907b97905f7d1536b481bba2e9ffe3.tar.gz
Refs codership/mysql-wsrep#132
- fix for THD::m_digest initialization, according to Raghu
Diffstat (limited to 'sql/wsrep_thd.cc')
-rw-r--r--sql/wsrep_thd.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_thd.cc b/sql/wsrep_thd.cc
index d898c982b1d..776a640cabe 100644
--- a/sql/wsrep_thd.cc
+++ b/sql/wsrep_thd.cc
@@ -214,6 +214,7 @@ void wsrep_replay_transaction(THD *thd)
*/
MYSQL_END_STATEMENT(thd->m_statement_psi, thd->get_stmt_da());
thd->m_statement_psi= NULL;
+ thd->m_digest= NULL;
thd_proc_info(thd, "wsrep replaying trx");
WSREP_DEBUG("replay trx: %s %lld",
thd->query() ? thd->query() : "void",