MXS-1075: file field added to MARIADB_GTID_INFO
MXS-1075: missing field added to MARIADB_GTID_INFO
This commit is contained in:
@ -547,6 +547,7 @@ typedef struct pending_transaction
|
|||||||
typedef struct mariadb_gtid_info
|
typedef struct mariadb_gtid_info
|
||||||
{
|
{
|
||||||
char *gtid; /** MariaDB 10.x GTID */
|
char *gtid; /** MariaDB 10.x GTID */
|
||||||
|
char *file; /** The binlog file */
|
||||||
uint64_t start; /** The BEGIN pos */
|
uint64_t start; /** The BEGIN pos */
|
||||||
uint64_t end; /** The next_pos in COMMIT event*/
|
uint64_t end; /** The next_pos in COMMIT event*/
|
||||||
} MARIADB_GTID_INFO;
|
} MARIADB_GTID_INFO;
|
||||||
|
Reference in New Issue
Block a user