mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fix one more warning.
This commit is contained in:
parent
4cc808b7cf
commit
256450d881
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue