mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
compiler warnings/errors
This commit is contained in:
@ -4427,7 +4427,7 @@ static int dump_selected_tables(char *db, char **table_names, int tables)
|
||||
static int do_show_master_status(MYSQL *mysql_con, int consistent_binlog_pos)
|
||||
{
|
||||
MYSQL_ROW row;
|
||||
MYSQL_RES *master;
|
||||
MYSQL_RES *UNINIT_VAR(master);
|
||||
char binlog_pos_file[FN_REFLEN];
|
||||
char binlog_pos_offset[LONGLONG_LEN+1];
|
||||
char *file, *offset;
|
||||
|
Reference in New Issue
Block a user