Solid has released 5.0.27-0064. This release has a number of bug fixes and enhancements. For the full detailed list of bug fixes and enhancements, please see the ChangeLog.
Some highlights include:
- Obtain version number. You can now see which version of solidDB for MySQL you are running with the “show status” command. In order to not break existing applications which rely on it, the version number of MySQL server on which solidDB for MySQL is built upon can still be determined by using the “select version()” function.
mysql> show status like 'solidDB_version'; +-----------------+---------------------+ | Variable_name | Value …[Read more]