MXS-2047 Align variable names

MARIADB_GTID_ELEMS is called gtid_elms everywhere else.
This commit is contained in:
Johan Wikman
2018-09-24 14:38:38 +03:00
parent 77daf1fbdb
commit cc5e3eb0ac
2 changed files with 6 additions and 6 deletions

View File

@ -513,7 +513,7 @@ typedef struct blfile
int refcnt; /*< Reference count for file */
BLCACHE* cache; /*< Record cache for this file */
SPINLOCK lock; /*< The file lock */
MARIADB_GTID_ELEMS info; /*< Elements for file prefix */
MARIADB_GTID_ELEMS gtid_elms; /*< Elements for file prefix */
struct blfile* next; /*< Next file in list */
} BLFILE;