1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fix one more warning.

This commit is contained in:
unknown
2007-08-06 23:43:53 +04:00
parent 6e2a246504
commit 090cdfe27b

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;