Bugzilla – Bug 2037
metainformation wrong in mysql/dbcreate.sql in 6.1.x
Last modified: 2008-09-15 14:37:04 UTC
The Database is deleted and rescanned every time slimserver is started, when using mysql for your database. This is because the version is wrong in the metainformation of dbcreate.sql It should be 9 NOT 8 to match the sql.version file Solution modify mysql/dbcreate.sql to read INSERT INTO metainformation VALUES (9, 0, 0);
Already fixed in 6.2 nightlies.
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.