lp:~sergei.glushchenko/percona-server/56-bug1133926
- Get this branch:
- bzr branch lp:~sergei.glushchenko/percona-server/56-bug1133926
Branch merges
- Stewart Smith (community): Approve on 2013-03-26
-
Diff: 82 lines (+44/-3)3 files modifiedPercona-Server/mysql-test/suite/innodb/r/percona_bug_1133926.result (+4/-0)
Percona-Server/mysql-test/suite/innodb/t/percona_bug_1133926.test (+19/-0)
Percona-Server/sql/sql_table.cc (+21/-3)
Related bugs
Bug #1133926: percona_bug_999147 fails on debug builds | Undecided | Fix Released |
|
Related blueprints
Branch information
- Owner:
- Sergei Glushchenko
- Status:
- Merged
Recent revisions
- 318. By Sergei Glushchenko on 2013-03-04
-
Bug 1133926.
percona_bug_999147 fails on debug builds.
Following can be found in server logs:
handler0alter.cc:368: virtual enum_alter_ inplace_ result ha_innobase: :check_ if_supported_ inplace_ alter(TABLE* , Alter_inplace_ info*): Assertion `key_part->fieldnr < altered_ table-> s->fields' failed.
The reason is that key parts with 1-based fieldnr been passed to
check_if_supported_ inplace_ alter but 0-based are expected.
Solution is to transform keyparts with 1-based fieldnr (obtained from
table->key_info) to keyparts with 0-based fieldnr. - 314. By Stewart Smith on 2013-02-19
-
re-commit BAlexey's fix for:
fixed bug 1103328, added --valgrind option for build and cmake error if valgrind required, but devel files not installed. changed tarball name appropriately
(i had to recommit due to inadvertant 5.1 and 5.5 merge to 5.6)
- 311. By <email address hidden> on 2013-02-05
-
Merge lp:~sergei.glushchenko/percona-server/56-expand_fast_index_creation
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:percona-server/5.6