From a4c0b51bdc9f41c5c6b94d80baf933368c22ff14 Mon Sep 17 00:00:00 2001 From: Guilhem Bichot Date: Sat, 22 Nov 2008 16:21:07 +0100 Subject: [PATCH] post-merge fix (compiler warning) --- sql/sql_table.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 6552a6bfab6..97ca09e05e3 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -6028,7 +6028,6 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name, uint index_add_count; uint *index_add_buffer; uint candidate_key_count; - bool committed= 0; bool no_pk; DBUG_ENTER("mysql_alter_table");