8 Mar
2017
8 Mar
'17
5:37 a.m.
Hi, On Mon, Mar 6, 2017 at 5:11 PM, Kristian Nielsen <knielsen@knielsen-hq.org> wrote:
To enable the feature, the DBA would create extra copies of the table for the engines she wants:
CREATE TABLE mysql.gtid_slave_pos_myrocks LIKE mysql.gtid_slave_pos; ALTER TABLE mysql.gtid_slave_pos_myrocks ENGINE=myrocks;
What about a configuration setting in my.cnf that will do the above magically? I would prefer not making direct changes to the mysql database. Thanks, -will -- Will Fong, Senior Support Engineer MariaDB Corporation