MXS-2047 Rename BLFILE::binlogname to BLFILE::binlog_name

That's how the concept is named everywhere else.
This commit is contained in:
Johan Wikman
2018-09-24 14:51:25 +03:00
parent cc5e3eb0ac
commit 654d3f2bbe
2 changed files with 23 additions and 23 deletions

View File

@ -507,7 +507,7 @@ typedef struct
typedef struct blfile
{
char binlogname[BINLOG_FNAMELEN + 1];
char binlog_name[BINLOG_FNAMELEN + 1];
/*< Name of the binlog file */
int fd; /*< Actual file descriptor */
int refcnt; /*< Reference count for file */