Description
There are a few small issues in the database creation scripts for mysql. A couple of the tables don't set the engine to InnoDB. None of the tables set default character set to latin1. And the syntax "CREATE INDEX...USING HASH" doesn't work on older versions of MySQL. Instead the index creation should be done without specifying a method (no USING clause).