What are the new features available in MySQL 5.0?
Print this Article
Comment on this Article
Last Updated:
August 31, 2011 10:10 AM
All of the features from MySQL Version 4.1, plus:
- The ability to run deterministic stored procedures. For more information on stored procedures, see Are stored routines supported in MySQL
- The ability to use views.
NOTE: The use of non-deterministic stored procedures, stored functions and triggers are not allowed. For more information see Do you restrict any features in MySQL 4.1/5.0.