-
Notifications
You must be signed in to change notification settings - Fork 82
We should have an option to download plugins through configuration #132
Comments
@josepharuja can you give me some use-case example for requirement you are having? |
Apologies for the late response. Our MySQL db needs table level encryption for data so we use https://dev.mysql.com/doc/refman/5.7/en/keyring.html plugin. |
@josepharuja I guess you can try "withServerVariable", sample code like:
` |
@flian did it work? Because adding support for external plugins seems like quite and extension - dealing with only mysql itself and multi-platform support is quite messy - adding plugins to the mix is not something I would want to work on right now. PR's are welcome given they have multi-platform tests with them. Method @josepharuja mentioned might just do the trick for these rare cases. |
It is not loading the plugin. Sorry for a late response |
@josepharuja @noam-almog - this is quite tricky. So I optimize extract fielset to contain minimal needed list of mysql files to make startup as fast as possible. Now if we add explicit support for plugins (that require additional libraries), then questions are:
So it's doable, just quite some work:/ |
cross platform is a must, at least if we can do that |
@noam-almog sure - then let's hard-code supported list of plugins and add builder option? |
@viliusl that is exactly what i thought we should do |
@viliusl @noam-almog - Is somebody working on this at the moment ? Is there anything I can do. I am totally new to this project. But I am happy to help |
No description provided.
The text was updated successfully, but these errors were encountered: