The world's most popular open source database
The following features are expected to be added to MySQL 5.4:
Scalability improvements to improve scalability on multi-core CPUs.
InnoDB I/O subsystem changes to enable
more effective use of available I/O capacity.
Several modifications to improve operation of MySQL Server on Solaris.
Diagnostic and monitoring capability improvements for better access to execution and performance information.
Changes to “out of box” configuration to provide better choices of default option and system variable values for MySQL operation on up to 16-way x86 servers and 64-way CMT servers with 4GB or more memory.
The following constructs are deprecated and will be removed in a future MySQL release. Where alternatives are shown, applications should be updated to use them.
The table_type system
variable (use
storage_engine).
The TYPE table option to specify the
storage engine for CREATE
TABLE or ALTER
TABLE (use ENGINE).
The SHOW TABLE TYPES SQL statement (use
SHOW ENGINES).
The log_bin_trust_routine_creators
variable (use
log_bin_trust_function_creators).
TIMESTAMP(:
The ability to specify a display width of
N)N (use without
N).
The SHOW INNODB STATUS and
SHOW MUTEX STATUS SQL statements (use
SHOW ENGINE
INNODB STATUS for both of these).
The LOAD TABLE ... FROM MASTER and
LOAD DATA FROM MASTER SQL statements.
The SHOW PLUGIN SQL statement (use
SHOW PLUGINS).
The --master-
server options to set replication parameters (use the
xxxCHANGE MASTER TO statement
instead): --master-host,
--master-user, --master-password
, --master-port,
--master-connect-retry,
--master-ssl,
--master-ssl-ca,
--master-ssl-capath,
--master-ssl-cert,
--master-ssl-cipher,
--master-ssl-key.


User Comments
Add your own comment.