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:
@ -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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user