1
0
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:
Sergei Golubchik
2011-11-23 18:25:07 +01:00
parent feba65a554
commit 7189f09aa6
7 changed files with 14 additions and 11 deletions

View File

@ -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;