【MariaDB】MariaDB vs MySQL - 特性
原文链接: https://mariadb.com/kb/en/mariadb-vs-mysql-features/
xiaomo译------
除了标配的MyISAM, BLACKHOLE, CSV, MEMORY, and ARCHIVE 等, 以下的存储引擎也包含在MariaDB源及二进制包中:
我们在MariaDB中新增了许多新特性. 如果一个补丁或功能有效,安全并稳定,我们会努力把它添加到MariaDB. 最显著的新特性如下:
--
rewrite-db
mysqlbinlog选项以更改正在使用数据库 — 新增于5.2ALTER TABLE
和 LOAD DATA INFILE操作的Progress reporting. — 新增于5.3
可以参考features for each release,以获取更详细的特性列表。
参考Compatiblity between MariaDB and MySQL