What is MariaDB 5.5
Stai visualizzando una vecchia versione di questo article. Visualizza
la versione più recente.
MariaDB 5.5.23-stable (GA) Release Notes | Changelog
MariaDB 5.5.22-rc Release Notes | Changelog
MariaDB 5.5.21-beta Release Notes | Changelog
MariaDB 5.5.20-alpha Release Notes | Changelog
MariaDB 5.5 è in gran parte MariaDB 5.3 + MySQL 5.5, con alcune funzionalità aggiunte.
Tabella di comparazione delle funzionalità
E' disponibile una Tabella di comparazione delle funzionalità dell'Ottimizzatore che mostra le nuove caratteristiche dell'ottimizzatore di MariaDB 5.5 e 5.3, comparate con MySQL 5.5 e 5.6.
Nuove funzionalità
- Significantly more efficient thread pool, comparable in functionality to the closed source feature in MySQL Enterprise.
- Non-blocking client API Library (MWL#192)
- @@skip_replication option (MWL#234)
- SphinxSE updated to version 2.0.4.
- "extended keys" support for XtraDB and InnoDB
- New
INSTALL SONAME
statement - New
LIMIT ROWS EXAMINED
optimization. mysql_real_connect()
Changes- In MySQL, and in MariaDB versions before 5.5.21,
mysql_real_connect()
removes from the MYSQL object any options set withmysql_option()
when it fails. Beginning with MariaDB 5.5.21, options are preserved by a failingmysql_real_connect();
usemysql_close()
, as normal, to clear them. - This only has effect if the MYSQL object is reused after
a
mysql_real_connect()
failure (which is unusual). No real-life incompatibilities are expected from this change (it is unlikely that an application would rely on options being automatically removed between connection attempts).
- In MySQL, and in MariaDB versions before 5.5.21,
- The variables
replicate_do_*
,replicate_ignore_*
, andreplicate_wild_*
have been made dynamic, so they can be changed without requiring a server restart. See Dynamic Replication Variables for more information.
Minor extensions
- Updates to performance schema tables are not stored in binary log and thus not replicated to slaves. This is to ensure that monitoring of the master will not cause a slower performance on all slaves. This also fixes a crash on the slaves.
New features are added to MariaDB 5.6.
Commenti
Sto caricando i commenti......
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.