MySQL 5.0 is Production ready!!
MySQL 5.0 is available for production usage! Some of the enterprise feature list:
- Stored Procedures and SQL Functions -- to embed business logic in the database and improve performance;
- Triggers -- to enforce complex business rules at the database level;
- Views -- to ensure protection of sensitive information;
- Cursors -- to allow easier database development and reference of large datasets;