From: Guilhem Bichot Date: November 22 2008 3:21pm Subject: bzr commit into MySQL/Maria:mysql-maria branch (guilhem:2702) List-Archive: http://lists.mysql.com/maria/301 Message-Id: <20081122152119.4B28A2954E@gbichot4.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At bzr+ssh://bk-internal.mysql.com/bzrroot/server/mysql-maria/ based on revid:guilhem@stripped 2702 Guilhem Bichot 2008-11-22 post-merge fix (compiler warning) modified: sql/sql_table.cc per-file messages: sql/sql_table.cc post-merge fix (compiler warning) === modified file 'sql/sql_table.cc' --- a/sql/sql_table.cc 2008-11-21 14:21:50 +0000 +++ b/sql/sql_table.cc 2008-11-22 15:21:07 +0000 @@ -6028,7 +6028,6 @@ bool mysql_alter_table(THD *thd,char *ne uint index_add_count; uint *index_add_buffer; uint candidate_key_count; - bool committed= 0; bool no_pk; DBUG_ENTER("mysql_alter_table");