1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

post-merge fix (compiler warning)

This commit is contained in:
Guilhem Bichot
2008-11-22 16:21:07 +01:00
parent 33b194c36e
commit a4c0b51bdc

View File

@ -6028,7 +6028,6 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name,
uint index_add_count; uint index_add_count;
uint *index_add_buffer; uint *index_add_buffer;
uint candidate_key_count; uint candidate_key_count;
bool committed= 0;
bool no_pk; bool no_pk;
DBUG_ENTER("mysql_alter_table"); DBUG_ENTER("mysql_alter_table");