1.6. MySQL 개발 로드맵
1.6.1. MySQL 5.1의 새로운 기능
1.6.2. MySQL 5.2 개발 계획
이 섹션에서는 MySQL 개발 로드맵에 대해서 다루기로 한다. 우선, 5.1 버전에 새롭게 추가된 기능에 대해서 설명을 한 후에, 향후 5.2 버전에서 개발 계획 중인 기능에는 어떤 것이 있는지를 설명하기로 하겠다.
아래의 테이블은 각 버전 별로 추가된 주요 기능들을 정리한 것이다:
Feature |
MySQL Series |
Unions |
4.0 |
Subqueries |
4.1 |
R-trees |
4.1 (for the MyISAM storage engine) |
Stored procedures |
5.0 |
Views |
5.0 |
Cursors |
5.0 |
XA transactions |
5.0 |
Triggers |
5.0 and 5.1 |
Event scheduler |
5.1 |
Partitioning |
5.1 |
Pluggable storage engine API |
5.1 |
Plugin API |
5.1 |
Row-based replication |
5.1 |
Server log tables |
5.1 |
Foreign keys |
5.2 (implemented in 3.23 for InnoDB) |