← Back to team overview

maria-developers team mailing list archive

Re: Proposed changes to GTID syntax

 

Kristian Nielsen <knielsen@xxxxxxxxxxxxxxx> writes:

> I am planning some changes to the user interface of Global Transaction
> ID.

Some small simplication/improvement to naming after feedback from Elena:

    CHANGE MASTER TO master_use_gtid = SLAVE_POS
    CHANGE MASTER TO master_use_gtid = CURRENT_POS
    CHANGE MASTER TO master_use_gtid = NO

    @@GLOBAL.gtid_slave_pos
    @@GLOBAL.gtid_binlog_pos
    @@GLOBAL.gtid_current_pos

    mysql.gtid_slave_pos

I think those are a bit better.

 - Kristian.


References