MXS-2047 Align variable names
MARIADB_GTID_ELEMS is called gtid_elms everywhere else.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user