From: Nuno Carvalho Date: February 22 2012 1:15am Subject: bzr push into mysql-trunk branch (nuno.carvalho:3620 to 3621) WL#5223 List-Archive: http://lists.mysql.com/commits/143021 Message-Id: <201202220115.q1M1FuiN008540@acsmt357.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3621 Nuno Carvalho 2012-02-22 WL#5223: Binary Log Group Commit Added missing delete on ha_partition::final_add_index(). modified: sql/ha_partition.cc 3620 Nuno Carvalho 2012-02-21 WL#5223: Binary Log Group Commit Updated rpl_row_show_relaylog_events.result file with last commit changes. modified: mysql-test/suite/rpl/r/rpl_row_show_relaylog_events.result === modified file 'sql/ha_partition.cc' --- a/sql/ha_partition.cc 2011-10-13 07:26:28 +0000 +++ b/sql/ha_partition.cc 2012-02-22 01:14:58 +0000 @@ -6989,6 +6989,7 @@ int ha_partition::final_add_index(handle if (table_arg->key_info == add->key_info) table_arg->key_info= NULL; } + delete add; DBUG_RETURN(0); } No bundle (reason: useless for push emails).