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 | +-----------------+---------------------+ | solidDB_version | 5.0.27-solidDB-0064 | +-----------------+---------------------+ 1 row in set (0.00 sec)
- Improved foreign key support. A bunch of bugs and enhancements in the area of foreign keys have been worked on.
- Backup - new options. There are now a few new options to the backup command. For example, the “-myisam” option specifies whether myisam tables are included or not can now be specified as an option. The “-emptydir” option specifies if the backup directory should be emptied after the backup has completed. The “-abort” and “-wait” options allow you to abort the backup or wait for a backup to end, and the “-status” option allows you to see the current status of the backup. More information is available in Section 1.27, solidDB Backup and Recovery.
- Performance improvements.
- Only selected fields are actually retrieved. This is especially useful if a table has a BLOB defined but the user is not selecting the field.
- Fixed performance problem in MySQL where foreign key checks were done even if those foreign key columns were not changed
Download it from http://dev.soliddb.com/download/
Leave a Reply