Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql-sandbox should auto-detect tokudb engine #58

Open
abg opened this issue Jul 9, 2014 · 0 comments
Open

mysql-sandbox should auto-detect tokudb engine #58

abg opened this issue Jul 9, 2014 · 0 comments
Assignees

Comments

@abg
Copy link
Owner

abg commented Jul 9, 2014

This can be similar to the logic of enabling the innodb plugin for 5.1. Namely we want to set plugin-load = ha_tokudb, if necessary. This is usually done during the bootstrap phase (where share/mysql_system_tables_data.sql injects appropriate rows into mysql.plugin), but depending on the toku deployment the plugin may be loaded via other mechanisms. dbsake currently skips the data load stage for an existing data dir - so bootstrapping from an existing backup can be a little strange in this regard. If that datadir doesn't have mysql.plugin seeded with tokudb this needs to be enabled via config.

@abg abg added the enhancement label Jul 9, 2014
@abg abg self-assigned this Jan 8, 2015
@abg abg removed this from the dbsake 2.1.0 milestone Jan 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant