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:
@@ -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)
|
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 name_buff[NAME_LEN*4+3];
|
||||||
char query_buff[QUERY_LENGTH];
|
char query_buff[QUERY_LENGTH];
|
||||||
uint old_opt_compatible_mode= opt_compatible_mode;
|
uint old_opt_compatible_mode= opt_compatible_mode;
|
||||||
|
Reference in New Issue
Block a user