If you have been using solidDB for MySQL Beta 4 and decided to try out solidDB for MySQL Beta 5, you might have seen the following warning message when you try to start up mysqld: ¶
SOLID Database Warning 1022: The database you are using has
been
originally created with a different database block size
setting
than your current setting.
To suppress this warning edit the solid.ini file to
contain
the following parameter setting:
[IndexFile]BlockSize=8192
The reason for this warning message is that the default block size has changed. Beta 4 was using a default block size of 8K and Beta 5 uses a default block size of 16K. ¶
…[Read more]