Hi,

On Mon, Mar 6, 2017 at 5:11 PM, Kristian Nielsen
<kniel...@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

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to