The latest avatar of the next version of the World’s Most Popular Database Mysql , MySQL v6.0 is slated to release.
The following features have been or are expected to be added to MySQL 6.0:
- The new
Falcontransactional storage engine
- Optimizer enhancements for faster subqueries and joins, including batched index access of table rows for sequences of disjoint ranges by the
MyISAMandInnoDBstorage engines.
RESET SLAVEno longer changes replication connection parameters; previously, it reset them to the values specified on the command line
- The syntax for the
LOCK TABLESstatement has been extended to support transactional table locks that do not commit transactions automatically. FollowingLOCK TABLES ... IN SHARE MODEorLOCK TABLES ... IN EXCLUSIVE MODE, you can access tables not mentioned in theLOCK TABLESstatement. You can now also issue these extendedLOCK TABLESstatements many times in succession, adding additional tables to the locked set, and without unlocking any tables that were locked previously. When usingLOCK TABLESwithIN SHARE MODEorIN EXCLUSIVE MODE, tables are not unlocked until the transaction ends.The behavior of
LOCK TABLESwhen not usingIN SHARE MODEorIN EXCLUSIVE MODEremains unchanged. - Enhancements to XML functionality, including a new
LOAD XMLstatement - Support for extended comments for tables, columns, and indexes.
For a full list of the new features and downloads check here http://dev.mysql.com/doc/refman/6.0/en/mysql-nutshell.html
No User Responded in " Mysql 6 - Whats New "
Sorry the comment area are closed