Cosa c'è in MariaDB 5.5

Monty Program ha realizzato un whitepaper What is MariaDB 5.5? liberamente scaricabile.

DateReleaseStatusRelease NotesChangelog
23 May 2013MariaDB 5.5.31Stable (GA)Release NotesChangelog
12 Mar 2013MariaDB 5.5.30Stable (GA)Release NotesChangelog
30 Jan 2013MariaDB 5.5.29Stable (GA)Release NotesChangelog
29 Nov 2012MariaDB 5.5.28aStable (GA)Release NotesChangelog
22 Oct 2012MariaDB 5.5.28Stable (GA)Release NotesChangelog
7 Sep 2012MariaDB 5.5.27Stable (GA)Release NotesChangelog
22 Jun 2012MariaDB 5.5.25Stable (GA)Release NotesChangelog
31 May 2012MariaDB 5.5.24Stable (GA)Release NotesChangelog
11 Apr 2012MariaDB 5.5.23Stable (GA)Release NotesChangelog
29 Mar 2012MariaDB 5.5.22Release CandidateRelease NotesChangelog
16 Mar 2012MariaDB 5.5.21BetaRelease NotesChangelog
25 Feb 2012MariaDB 5.5.20AlphaRelease NotesChangelog

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 with mysql_option() when it fails. Beginning with MariaDB 5.5.21, options are preserved by a failing mysql_real_connect(); use mysql_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).
  • The variables replicate_do_*, replicate_ignore_*, and replicate_wild_* have been made dynamic, so they can be changed without requiring a server restart. See Dynamic Replication Variables for more information.

Estensioni minori

  • Aggiornamenti alle tabelle di performance_schema che non si trovano nei log binari e pertanto non sono replicate. Questo per permettere di monitorare le prestazioni del master senza rallentare gli slave. Questo cambiamento inoltre corregge un problema per cui gli slave potevano andare in crash.

New features are added to MariaDB 5.6.

Funzionalità deprecate / disabilitate

  • PBXT non è più presente nelle distribuzioni binarie. Tuttavia si trova ancora nelle distribuzioni dei sorgenti e nell'albero dei sorgenti. Il motivo è che PBXT non è più attivamente mantenuto, ha alcuni bug non corretti e non è molto usato.

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.