Merge lp:~stewart/percona-server/bug1017192 into lp:percona-server/5.5
Status: | Work in progress |
---|---|
Proposed branch: | lp:~stewart/percona-server/bug1017192 |
Merge into: | lp:percona-server/5.5 |
Diff against target: |
75 lines (+34/-4) 2 files modified
Percona-Server/mysql-test/t/percona_bug1017192.test (+30/-0) Percona-Server/sql/sql_table.cc (+4/-4) |
To merge this branch: | bzr merge lp:~stewart/percona-server/bug1017192 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Laurynas Biveinis (community) | 2012-09-02 | Needs Information on 2012-09-03 | |
Review via email:
|
Description of the change
Fix: Server crashes in add_identifier on concurrent ALTER TABLE and SHOW ENGINE INNODB STATUS
Fix and test case comes from MariaDB. Without fix, test case (just about always) crashes.
http://
Stewart Smith (stewart) wrote : | # |
Stewart -
It needs a DBUG_SYNC testcase. Also the bug & fix needs an actual explanation. It seems that MariaDB don't have one neither.
I was told that MariaDB fixed it in a different way, rev. 3491 in 5.5. (did not verify this report).
Unmerged revisions
- 293. By Stewart Smith on 2012-09-02
-
Fix bug lp:1017192 Server crashes in add_identifier on concurrent ALTER TABLE and SHOW ENGINE INNODB STATUS
Fix and test comes from MariaDB: https:/
/mariadb. atlassian. net/browse/ MDEV-364
MariaDB bug: https:/ /mariadb. atlassian. net/browse/ MDEV-364