Merge lp://staging/~sergei.glushchenko/mysql-server/expand_fast_index_creation into lp://staging/mysql-server/5.1

Proposed by Sergei Glushchenko
Status: Needs review
Proposed branch: lp://staging/~sergei.glushchenko/mysql-server/expand_fast_index_creation
Merge into: lp://staging/mysql-server/5.1
Diff against target: 1508 lines (+1160/-2)
20 files modified
client/client_priv.h (+1/-0)
client/mysqldump.c (+223/-0)
mysql-test/r/percona_innodb_expand_fast_index_creation.result (+67/-0)
mysql-test/r/percona_mysqldump_innodb_optimize_keys.result (+367/-0)
mysql-test/suite/innodb_plugin/r/percona_bug_999147.result (+8/-0)
mysql-test/suite/innodb_plugin/t/percona_bug_999147-master.opt (+1/-0)
mysql-test/suite/innodb_plugin/t/percona_bug_999147.test (+29/-0)
mysql-test/t/percona_innodb_expand_fast_index_creation.test (+46/-0)
mysql-test/t/percona_mysqldump_innodb_optimize_keys.test (+187/-0)
sql/mysqld.cc (+9/-1)
sql/set_var.cc (+4/-0)
sql/sql_class.h (+2/-0)
sql/sql_lex.cc (+4/-0)
sql/sql_lex.h (+8/-0)
sql/sql_table.cc (+171/-0)
storage/innodb_plugin/handler/ha_innodb.cc (+15/-0)
storage/innodb_plugin/handler/handler0alter.cc (+2/-0)
storage/innodb_plugin/include/ha_prototypes.h (+11/-0)
storage/innodb_plugin/row/row0merge.c (+4/-0)
storage/innodb_plugin/row/row0mysql.c (+1/-1)
To merge this branch: bzr merge lp://staging/~sergei.glushchenko/mysql-server/expand_fast_index_creation
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+113247@code.staging.launchpad.net

Description of the change

Patch expand_fast_index_creation.patch
Fix for bug #999147.

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Unmerged revisions

3733. By Sergei Glushchenko

port expand_fast_index_creation patch

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.