Features of MySQL 5.0

The following features are introduced in MySQL 5.0.
BIT Data Type: It is used for store numbers in binary format.
Cursors: Can use server-side cursors.
Data Dictionary (Information Schema): This feature introduced in MySQL 5.0 provides a standards-compliant means for accessing the MySQL Server’s metadata; that is, data about the databases (schemas) on the server and the objects [...]