发布于 2014-07-01 00:29:42 | 195 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

MariaDB数据库

MariaDB基于事务的Maria存储引擎,替换了MySQL的MyISAM存储引擎,它使用了Percona的 XtraDB,InnoDB的变体,分支的开发者希望提供访问即将到来的MySQL 5.4 InnoDB性能。这个版本还包括了 PrimeBase XT (PBXT) 和 FederatedX存储引擎。


MariaDB 10.1.0 发布了首个 Alpha 版本,该版本值得关注的改进包括:

  • InnoDB/XtraDB

    • MDEV-6075, Allow > 16K pages on InnoDB - InnoDB now allows page size to be configured as 16K, 32K and 64K. Note that single row size must be < 16K. This feature will allow especially more blob columns to be created.

    • MDEV-5335, Force PK option - Added a new dynamic configuration variable innodb_force_primary_key default off. If option is true, create table without primary key or unique key where all keyparts are NOT NULL is not accepted. Instead an error message is printed. Variable value can be changed with set global innodb_force_primary_key = <value>.

  • Security

    • MDEV-5730, enhance security using special compilation options  - MariaDB is now compiled with security hardening options by default. It is an additional protection layer that makes new, yet unknown, security vulnerabilities more difficult to exploit.

  • Storage Engine functionality

    • MDEV-6107, merge default_tmp_storage_engine - Added default_tmp_storage_engine server variable and the command line option.

    • MDEV-4260, Don't create frm files for temporary tables - Temporary tables no longer create frm files on disk. Which means that if the temporary table is created in MEMORY engine, it will not touch the disk at all.

  • Replication

    • MDEV-5095, Executing triggers on slave in row-based replication - The server has a new command-line option --slave-run-triggers. When slave-run-triggers=yes, execution of row-based events by the slave SQL thread will cause triggers to be invoked. Triggers will be invoked for each row inserted, updated, or deleted. If a trigger fails with an error, replication will stop with an error.

  • Optimizer

  • Administration

  • Improvements from WebScaleSQL

    • MDEV-6314 - Compile/run MariaDB with ASan (fixed in 10.0.13)

    • MDEV-6315 - TokuDB: ERROR: AddressSanitizer: attempting to call malloc_usable_size() for pointer which is not owned: 0x601200008f80 (not fixed)

    • MDEV-6323 - ‘explain_node’ may be used uninitialized in this function (not fixed)

    • MDEV-6325 - TokuDB: hatoku_hton.cc:1021:5: warning: ‘do_commit’ may be used uninitialized in this function (not fixed)

    • Fix errors detected by ASan at compile time - Not merged but ASan was run against MariaDB. It generated the following:

    • MDEV-6329, Fix errors detected by ASan at runtime. Merged to 5.5.39.

    • Use single quotes for perl paths, in case of special symbols. Merged to 10.0.13.

    • Stop spawning dummy threads on client library initialization. Merged to 10.0.13.

  • Performance

相关链接:

 - Release Notes: https://mariadb.com/kb/en/mariadb-1010-release-notes/
 - Changelog: https://mariadb.com/kb/en/mariadb-1010-changelog/
 - Downloads: https://downloads.mariadb.org/mariadb/10.1.0/



历史版本 :
MariaDB 5.5.59 GA 发布,MySQL 分支版本
MariaDB 10.3.4 发布,10.3 系列的第二个 beta 版
MariaDB 10.2.12 发布,MySQL 分支版本
MariaDB 10.2.12 发布,MySQL 分支版本
MariaDB 10.1.30 和 Connector/C 2.3.4 发布
MariaDB 10.2.11 发布,MySQL 分支版本
MariaDB 发布 MariaDB AX 开源分析解决方案 
MariaDB ColumnStore 1.1.2 GA
MariaDB Galera Cluster 5.5.58 稳定版发布,Bug 修复
MariaDB 10.1.29 发布,MySQL 分支版本
MariaDB 10.2.10 发布,MySQL 分支版本
MariaDB 10.0.33 发布,MySQL 分支版本
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务