wsrep_innobase_abort_thd()

Bug #476467 reported by Seppo Jaakola
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL patches by Codership
Fix Released
High
Seppo Jaakola

Bug Description

wsrep_innobase_abort_thd() is called from sql_parse.cc:wsrep_abort_thd()
(this function is needed to sort out DDL/DML concurrency control)

Storage engine functions should not be called directly, but through handler interface.

Currently this issue blocks building of innodb plugin and is high priority.

Changed in codership-mysql:
importance: Undecided → High
assignee: nobody → Seppo Jaakola (seppo-jaakola)
milestone: none → 0.7
status: New → In Progress
Revision history for this message
Seppo Jaakola (seppo-jaakola) wrote :

Created new handlerton method, wsrep_abort_transaction() to take care of aborting BF victim inside SE.
Implemented wsrep_abort_transaction() both for innobase and innodb_plugin.

Changed in codership-mysql:
status: In Progress → Fix Committed
Changed in codership-mysql:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.