mtr test main.merge fails
Bug #1216904 reported by
Seppo Jaakola
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL patches by Codership | Status tracked in 5.6 | |||||
5.5 |
Fix Released
|
Low
|
Seppo Jaakola | |||
5.6 |
Fix Released
|
Low
|
Seppo Jaakola | |||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC | Status tracked in 5.6 | |||||
5.5 |
Fix Released
|
Undecided
|
Unassigned | |||
5.6 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The test fails both with and without wsrep_provider.
It is critical to fix the native behavior first. The merge test deals with MyIsam and merge engines, and thus this problem is not high priority for Cluster use cases.
Related branches
Changed in codership-mysql: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Seppo Jaakola (seppo-jaakola) |
milestone: | none → 5.5.32-23.7.6 |
Changed in percona-xtradb-cluster: | |
milestone: | none → 5.5.33-23.7.6 |
Changed in percona-xtradb-cluster: | |
status: | New → Fix Committed |
Changed in codership-mysql: | |
status: | Fix Committed → Fix Released |
Changed in percona-xtradb-cluster: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Problem happens in the CREATE TABLE LIKE <temporary table> processing. In this test, the temporary table is merge table.
Fist fix is just to enable the native mysql processing to skip the deviated processing of CREATE TABLE LIKE <temporary table> structure.
Fix is pushed in revision: http:// bazaar. launchpad. net/~codership/ codership- mysql/5. 5-23/revision/ 3906