maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #07706
Re: master.info and relay-log.info location
Tim Callaghan <tmcallaghan@xxxxxxxxx> writes:
> Has any work been done in MariaDB 10.0 or 10.1 to move them from their
> file-based location to within XtraDB (and thus potentially TokuDB)? The
In MariaDB 10.0, it is recommended to use MariaDB Global Transaction ID
(GTID). With GTID, the position is stored in the table
mysql.gtid_slave_pos. You can ALTER TABLE mysql.gtid_slave_pos to the engine
of your choice. The slave position will be crash-safe if the underlying
storage engine is.
- Kristian.
References