MySQL 4 is looking good. I like the full text search and the transactionally safe table access. My only issue is the addition of innodb to a lot of the syntax. Adding 'innodb' to a table create tells MySQL to make the table transactionally safe. Once you have made a table space innodb, can't that just be assumed?