~ubuntu-branches/ubuntu/precise/mysql-5.5/precise

« back to all changes in this revision

Viewing changes to storage/innobase/handler/handler0alter.cc

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-03-29 17:31:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120329173130-66r4npq2b0by1x8p
Tags: 5.5.22-0ubuntu1
* New upstream release (LP: #965523)
* d/mysql-server-5.5.mysql.upstart: Add respawn limit and code
  to exit ping loop if mysqld needs to be respawned. (LP: #711635)
* New upstream bugfix release.
* Refreshed patches
* d/control: Build-Dep on dh-apparmor (LP: #948481)
* d/p/fix-mysqldump-test.patch: Fixes unreliable test introduced in
  new upstream version. http://bugs.mysql.com/bug.php?id=64401
* d/control: Re-add empty meta-package for mysql-testsuite so users
  will get the 5.5 version on upgrade and when installing
  mysql-testsuite. (LP: #959683)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1008
1008
                        row_prebuilt_free(prebuilt, TRUE);
1009
1009
                        error = row_merge_drop_table(trx, old_table);
1010
1010
                        add->indexed_table->n_mysql_handles_opened++;
1011
 
                        prebuilt = row_create_prebuilt(add->indexed_table);
 
1011
                        prebuilt = row_create_prebuilt(add->indexed_table,
 
1012
                                0 /* XXX Do we know the mysql_row_len here?
 
1013
                                Before the addition of this parameter to
 
1014
                                row_create_prebuilt() the mysql_row_len
 
1015
                                member was left 0 (from zalloc) in the
 
1016
                                prebuilt object. */);
1012
1017
                }
1013
1018
 
1014
1019
                err = convert_error_code_to_mysql(