Fix one more warning.

This commit is contained in:
kostja@bodhi.(none) 2007-08-06 23:43:53 +04:00
parent 4cc808b7cf
commit 256450d881

View file

@ -2803,7 +2803,6 @@ static int dump_trigger(MYSQL_RES *show_create_trigger_rs,
static int dump_triggers_for_table(char *table_name, char *db_name)
{
FILE *sql_file= md_result_file;
char name_buff[NAME_LEN*4+3];
char query_buff[QUERY_LENGTH];
uint old_opt_compatible_mode= opt_compatible_mode;