DDL in multi-statement will cause a crash
Bug #1049024 reported by
Seppo Jaakola
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL patches by Codership |
Fix Released
|
Low
|
Seppo Jaakola |
Bug Description
If DDL is part of a multi-statement, the server may crash.
To reproduce, run multi statement, .e.g like:
mysql --delimiter ':' -e"create table if not exists test.t1(i int); select 1; :"
=> the node will replicate both statements in TO isolation.
This is potential cause for the problem observed in MariaDB project: https:/
Changed in codership-mysql: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Seppo Jaakola (seppo-jaakola) |
Changed in codership-mysql: | |
status: | Fix Committed → In Progress |
Changed in codership-mysql: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This turned out to be fundamental issue in multi-statement processing. problem surfaces when multi-statement escalates in retrying mode. bazaar. launchpad. net/~codership/ codership- mysql/wsrep- 5.5/revision/ 3791. However, testing has been quite minimal, we will need reliable regression test for this.
Fix has been pushed in: http://