From the UPGRADE file: "We do however recommend that you switch your MySQL tables over to InnoDB for better data integrity and multi user support. You can most often do this via a simple ALTER TABLE command, refer to the MySQL documentation for more information."
Cool - is just an ALTER TABLE to change the table type to InnoDB enough or should there be also be foreign keys setup between the tables (ON DELETE CASCADE, etc). When I think better data integrity and InnoDB I think Foreign Keys). Is this also true for the AWL SQL tables? Anyone have any issues using MySQL 5.0 beta? Thanks, Josh