There's a lot to be said about what's happening in MySQL 5.1 Quite a bit has already been written about 5.1, but as I'm starting to do some testing I thought I'd hit the release notes and see how things have progressed over the past few months. Some great things coming down the line. A few that I found worthy of note:
- 5.1.8 (not released)
- mysqldump can dump events using --events
- CREATE PROCEDURE and CREATE FUNCTION now allow DEFINER syntax
- 5.1.7
- Now must use ENGINE= instead of TYPE= for specifying the storage engine to use with CREATE TABLE
- mysql_upgrade program which is smart about upgrading between versions
- new RENAME DATABASE statement
- creating, changing or dropping events is not allowed in triggers
- 5.1.6
- Packaging …