I have been working on creating a 5.5 plugin version for the SolidDB engine
and have succeed to get it loaded and working in tests done so far. There is
still some modifications required to get INFORMATION_SCHEMA working and then
PERFORMANCE_SCHEMA. Once these are working I will be looking to performance
improvements and optimising code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been working on creating a 5.5 plugin version for the SolidDB engine
and have succeed to get it loaded and working in tests done so far. There is
still some modifications required to get INFORMATION_SCHEMA working and then
PERFORMANCE_SCHEMA. Once these are working I will be looking to performance
improvements and optimising code.
INFORMATION_SCHEMA is now working as planned!
Doing some minor improvements to code before implementing PERFORMANCE_SCHEMA.
SHOW ENGINE SOLIDDB STATUS and SHOW ENGINE SOLIDDB MUTEX are both working now.
Looking to implement the performance_schema next!