All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.1.2 Changelog

The most recent release of MariaDB 10.1 is:MariaDB 10.1.48 Stable (GA) Download Now

DownloadRelease NotesChangelogOverview of 10.1

Release date: 7 Dec 2014

For the highlights of this release, see the release notes.

The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.

  • Revision #7856437 2014-08-29 14:07:43 +0300

    • my_alloc.c - Changed 0x%lx -> %p

    • array.c: - Static (preallocated) buffer can now be anywhere

    • my_sys.h - Define MY_INIT_BUFFER_USED

    • sql_delete.cc & sql_lex.cc - Use memroot when allocating classes (avoids call to current_thd)

    • sql_explain.h: - Use preallocated buffers

    • sql_explain.cc: - Use preallocated buffers and memroot

    • sql_select.cc: - Use multi_alloc_root() instead of many alloc_root() - Update calls to Explain

  • 2014-12-04 17:44:46 +0400

    • - Merge scalability fixes from 10.0-power

  • 2014-12-04 17:42:32 +0400

    • - Merge scalability fixes from 10.0-power

  • 2014-08-29 14:09:51 +0300

    • Changed default values of query_prealloc_size and query_alloc_block_size so that a simple query with one join would not have to call my_malloc.

    • Allow lower limites for query_prealloc_size for testing.

    • Fixed wrong initialization of trans_alloc_block_size

  • 2014-12-04 17:35:55 +0400

    • Cherry pick dynamic array changes from commit:

  • 2014-12-02 15:03:35 +0400

    • - Merge scalability fixes from 10.0-power

  • 2014-12-02 14:59:01 +0400

    • - Merge scalability fixes from 10.0-power

  • 2014-12-02 14:54:30 +0400

    • - Merge scalability fixes from 10.0-power

  • 2014-12-02 14:50:18 +0400

    • - Merge scalability fixes from 10.0-power

  • 2014-12-02 14:02:48 +0400

    • - Relaxed memory order for counters

  • 2014-12-04 20:19:15 +0100

    • fix for 32-bit

  • 2014-12-04 20:17:26 +0100

    • fix out-of-source builds

  • 2014-12-04 15:58:25 +0100

    • fix set_statement test for windows

  • 2014-12-04 14:31:31 +0100

    • compilation failure on windows

  • 2014-12-03 14:07:43 +0400

    • Support for Spatial Reference systems for the GIS data. The GEOMETRY field metadata is stored in the FRM file. SRID for a spatial column now can be stored, it was added to the CREATE TABLE syntax, so the AddGeometryData() stored procedure is now possible. Script adding the required Add/DropGeometryColumn sp-s added.

  • 2014-11-14 13:46:21 +0100

    • cleanup: comments referring to non-extistent Item classes

  • 2014-11-08 18:47:05 +0100

    • cleanup: sort and reorder %union elements in sql_yacc.yy

  • 2014-11-08 17:37:19 +0100

    • parser cleanup: don't store field properties in LEX, use Create_field directly

  • 2014-12-04 13:06:57 +0100

    • update 32-bit rdiff's

  • 2014-12-04 12:40:19 +0200

    • : innodb.innodb-mdev7046 and innodb-page_compression* fail on BuildBot

  • 2014-12-03 23:51:47 +0100

    • THD specifics for plugins

  • 2014-11-25 22:22:55 +0100

    • test for two password validation plugins

  • 2014-11-25 21:48:13 +0100

    • cracklib_password_check plugin

  • 2014-11-25 18:47:44 +0100

    • strict_password_validation

  • 2014-11-25 10:07:59 +0100

    • validate SET PASSWORD

  • 2014-11-24 21:02:57 +0100

    • cleanup: s/(OLD_)?PASSWORD/&_SYM/g

  • 2014-11-25 18:53:40 +0100

    • password validation function in sql_acl.cc

  • 2014-11-25 21:58:14 +0100

    • password validation plugin type and a simple plugin

  • 2014-11-25 19:05:49 +0100

    • GRANT: calculate pasword hash in sql_acl.cc

  • 2014-11-24 16:55:56 +0100

    • parser: store the password hash in LEX_USER::auth, not in ::password

  • 2014-11-24 16:53:51 +0100

    • sql_acl.cc: better recognize the context to tell the role from a user

  • 2014-11-24 15:10:51 +0100

    • bugfix: IDENTIFIED BY clause was lost in some GRANT variants

  • 2014-11-24 14:07:42 +0100

    • cleanup: sql_acl.cc

  • 2014-11-23 20:30:56 +0100

    • cleanup: normalize LEX_USER to get rid of different representation of the same thing

  • 2014-11-23 19:36:08 +0100

    • cleanup: bool_variable= -1; -> bool_variable= true;

  • 2014-11-21 17:53:16 +0100

    • remove unsupported service file

  • 2014-11-21 14:45:25 +0100

    • don't load plugin of unsupported types

  • 2014-10-23 21:01:52 +0200

    • cleanup: sql_plugin.cc

  • 2014-12-03 14:25:01 +0100

    • update 32-bit rdiff's

  • 2014-11-29 19:49:42 +0100

    • fix a comment

  • 2014-11-29 00:53:09 +0100

    • a case of uninitialized variable

  • 2014-11-29 00:52:48 +0100

    • Remove or deprecate unused variables

  • 2014-11-29 00:29:40 +0100

    • simplify trigger rules for RBR triggers

  • 2014-11-28 22:39:22 +0100

    • switch to dynamic libjemalloc.so

  • 2014-11-27 09:45:10 +0100

    • OUT parameters in PREPARE

  • 2014-11-26 20:49:24 +0100

    • Enable SEQUENCE engine by default

  • 2014-11-26 20:34:40 +0100

    • support assisted discovery in oqgraph v3

  • 2014-11-26 20:33:50 +0100

    • oqgraph cleanup: remove casts

  • 2014-11-19 09:13:38 +0100

    • cleanup: s/const CHARSET_INFO/CHARSET_INFO/

  • 2014-11-19 08:55:06 +0100

    • cleanup: reuse MY_CHECK_AND_SET_COMPILER_FLAG in sphinx/CMakeLists.txt

  • 2014-11-18 11:36:15 +0100

    • cleanup: ptr_cmp

  • 2014-11-16 13:15:35 +0100

    • Add errors on CREATE SERVER

  • 2014-11-16 13:12:58 +0100

    • cleanup: freshen up CREATE SERVER code

  • 2014-12-03 22:30:48 -0500

    • : domain_id based replication filters

  • 2014-12-03 21:33:34 +0100

    • followup for , update tests and results

  • 2014-12-03 13:45:21 +0200

    • Move page initialization to better place.

  • 2014-12-03 11:58:33 +0100

    • compiler warning

  • 2014-12-03 11:37:26 +0100

    • Merge branch '10.1' into bb-10.1-merge

  • 2014-12-02 22:25:53 +0100

    • disable mroonga temporarily: see

  • 2014-12-02 22:25:16 +0100

    • Merge branch '10.0' into bb-10.1-merge

  • 2014-12-01 16:43:09 +0100

    • fix mysqld_safe to work

  • 2014-12-01 15:25:07 +0100

    • don't skip wsrep position recovery silently

  • 2014-12-01 13:43:17 +0100

    • update result files

  • 2014-12-01 10:31:31 +0100

    • main.signal_demo3 and sys_vars.max_sp_recursion_depth_func fail in biuldbot on labrador with Thread stack overrun

  • 2014-11-30 21:13:41 -0500

    • : SLOW QUERY LOG - add affected rows (UPDATE / DELETE) in slow query log

  • 2014-11-30 09:26:32 +0100

    • Make test results stable.

  • 2014-11-30 08:32:36 +0100

    • rdiff not needed anymore

  • 2014-11-30 01:05:34 -0500

    • : Feature Request: microseconds in GET_LOCK()

  • 2014-11-30 00:12:45 -0500

    • : mysqld should terminate when started with --wsrep-recover

  • 2014-11-29 22:29:03 +0100

    • fixes for --embedded

  • 2014-11-28 00:29:37 +0400

    • Missing OGC Spatial functions.

  • 2014-11-27 20:11:14 +0200

    • : innodb.innodb-page_compression_tables, innodb.innodb-page_compression_zip, innodb.innodb_stats_create_on_corrupted fail with embedded server

  • 2014-11-26 13:28:46 +0400

    • main.mysqld--help fails in buildbot on Windows:

  • 2014-11-25 09:11:48 +0200

    • : innodb.innodb_defrag_concurrent fails in buildbot

  • 2014-11-24 21:29:12 +0200

    • : innodb.innodb_bug12902967 fails in buildbot on Windows

  • 2014-11-24 20:27:43 +0200

    • : innodb.innodb_bug14147491 fails in buildbot on Windows

  • 2014-11-24 19:42:39 +0200

    • : Tests innodb.innodb_stats_create_table innodb.innodb_stats_drop_locked fail and innodb.innodb_stats_fetch_nonexistent fails in buildbot on Windows

  • 2014-11-24 15:20:23 +0200

    • : innodb.innodb-alter-table-disk-full fails in buildbot on Windows

  • 2014-11-24 12:25:56 +0400

    • funcs_1.is_tables_is and main.information_schema-big fail in buildbot. test results updated with the new GIS-related IS tables.

  • 2014-11-24 10:01:49 +0200

    • : innodb.innodb-page_compression_zip fails in buildbot

  • 2014-11-23 09:55:57 -0500

    • : Build failure in buildbot on work-amd64-valgrind

  • 2014-11-22 14:33:51 -0500

    • : WSREP_STATUS & WSREP_MEMBERSHIP I_S tables

  • 2014-11-20 21:29:11 +0400

    • Removing some duplicate code: deriving Item_func_opt_neg from Item_bool_func.

  • 2014-11-20 12:56:47 +0400

    • Deriving Item_bool_func from Item_bool_func2.

  • 2014-11-20 11:59:00 +0400

    • NULLIF does not work as documented NULLIF returns unexpected result with a YEAR field

  • 2014-11-19 21:34:51 +0400

    • Sharing similar code between Item_func_ifnull and Item_func_if

  • 2014-11-19 14:58:48 +0200

    • : InnoDB: Assertion failure in dict_tf_is_valid

  • 2014-11-17 09:55:55 +0200

    • : Make long semaphore wait timeout configurable

  • 2014-11-12 15:37:52 +0200

    • : Query stats for compression based on TRIM size

  • 2014-10-24 10:13:08 +0200

    • : Per query variables from Percona Server (rewritten)

  • 2014-11-06 13:17:11 +0200

    • : Buffer pool list scan optimization

  • 2014-11-05 09:18:47 +0200

    • Fix error message output if posix_fallocate (trim) is not successfull.

  • 2014-11-04 15:41:39 +0200

    • Fix compiler failure on Windows.

  • 2014-11-04 15:02:49 +0400

    • A follow up fix for (forgot to do "git add" for two files in the previous commit for )

  • 2014-11-04 12:26:48 +0200

    • Fix error on trim operation alligment. Furthermore, make sure that we do not return simulated out of file space on read operation, that would cause crash.

  • 2014-11-03 21:45:06 +0400

    • Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats

  • 2014-11-03 19:05:16 +0400

    • Different warnings for TIME and TIME(N) when @@old_mode=zero_date_time_cast Merging from 10.0 (pre-requisite for )

  • 2014-11-03 11:18:52 +0200

    • : Port Facebook Prefix Index Queries Optimization

  • 2014-10-29 22:31:19 -0400

    • : Dots in file names of configuration files

  • 2014-10-29 22:28:14 -0400

    • mysys/mf_fn_ext.c: typos & indents

  • 2014-10-29 13:49:12 +0200

    • : Enable Lazy Flushing

  • 2014-10-29 10:42:27 +0200

    • : Change the default value for innodb_log_compressed_pages to false

  • 2014-10-29 08:39:48 +0200

    • : CREATE TABLE crashes with InnoDB plugin

  • 2014-10-28 14:49:31 +0400

    • : InnoDB: Add support for 4K sector size if supported

  • 2014-10-28 14:49:31 +0400

    • Increase the version number

  • 2014-10-27 21:19:12 -0400

    • Added SST scripts to the server package.

  • 2014-10-27 16:34:53 +0200

    • : innodb valgrind failures

  • 2014-10-24 17:12:03 +0500

    • GIS-related test results updated.

  • 2014-10-22 16:14:25 +0300

    • Enhance row-merge sort progress logging.

  • 2014-09-02 11:31:26 +0500

    • OpenGIS: create required tables: GeometryColumns, related views. GEOMETRY_COLUMNS and SPATIAL_REF_SYS tables added to the INFORMATION_SCHEMA.

  • 2014-10-20 15:53:07 +0300

    • Make sure that information schema knows also page compressed page type and that we decompress fist page if it is page compressed before really accessing it.

  • 2014-10-19 09:50:50 -0700

    • Correction for the fix of the bug .

  • 2014-10-17 14:06:54 -0700

    • Merge branch '10.1' of ../10.1-mdev334 into 10.1

  • 2014-10-17 23:24:00 +0400

    • : ANALYZE $stmt output in the slow query log

  • 2014-10-17 22:47:06 +0400

    • : ANALYZE $stmt output in the slow query log

  • 2014-10-17 14:21:40 +0400

    • Merge branch '10.1' of github.com:MariaDB/server into 10.1

  • 2014-10-17 14:18:10 +0400

    • : "ANALYZE SELECT ... INTO @var" doesn't set @var

Revision #3392278
MDEV-7004
Revision #eaa8c15
MDEV-7004
Revision #070a6e7
Revision #9127784
Revision #9748087
MDEV-7004
Revision #9e9f1da
MDEV-7004
Revision #b4ec230
MDEV-7004
Revision #9bc5cec
MDEV-7004
Revision #faf169d
MDEV-6906
Revision #732d2da
Revision #6ea9036
Revision #e1913ba
Revision #7a47416
Revision #c4cb15e
MDEV-60
Revision #c4655cf
Revision #65f0a8d
Revision #227510e
Revision #d1522af
Revision #0fe39b6
MDEV-7262
Revision #8360e1a
MDEV-6712
Revision #0c7d773
Revision #78cb6e3
Revision #7516a3c
Revision #b814046
Revision #dccd85e
Revision #8934794
Revision #c98b2b3
Revision #b5357f0
Revision #7bd9eb1
Revision #91ad0cd
Revision #bc603c6
Revision #61820bc
Revision #f5722f5
Revision #c1204da
Revision #7f856f0
Revision #4027e3b
Revision #77e3cb7
Revision #bdb222b
Revision #23fa0a3
Revision #fc40f81
Revision #e4f9739
MDEV-6999
Revision #6a2fbdf
MDEV-6979
Revision #1bd1c29
MDEV-6895
Revision #0438f12
MDEV-6980
Revision #717a264
MDEV-6894
Revision #69d700a
MDEV-5871
Revision #2ef0312
Revision #2ae7541
Revision #0d30423
Revision #d2a78de
Revision #20c3b2f
MDEV-6311
Revision #97a913e
Revision #a50ddeb
MDEV-6593
Revision #7bf4f9f
MDEV-6996
Revision #24a6b41
Revision #316d8c7
Revision #ec4137c
Revision #1caee39
MDEV-7246
Revision #853077a
Revision #bf3b4a2
Revision #dbbe831
Revision #aa4ad1c
Revision #bb070f9
MDEV-7188
Revision #2b40a38
MDEV-4412
Revision #b16b072
Revision #2e728c7
Revision #3e792e6
MDEV-4018
Revision #5298e21
MDEV-6961
Revision #f7708d6
Revision #d0d6284
MDEV-4045
Revision #7b55b67
MDEV-7228
Revision #55e99b2
MDEV-7162
Revision #98a78c4
MDEV-7181
Revision #afe6d88
MDEV-7167
Revision #96b031b
MDEV-7169
Revision #8ba3585
MDEV-7168
Revision #1ac12df
MDEV-7164
Revision #c0a00a2
MDEV-7171
Revision #1a05bb4
MDEV-7166
Revision #deffb95
MDEV-7161
Revision #369c026
MDEV-7053
Revision #cbc318f
Revision #52b3d95
Revision #969f491
MDEV-7005
MDEV-7146
Revision #9f4abde
Revision #b432c7b
MDEV-7133
Revision #7bf391c
MDEV-7108
Revision #ea83226
MDEV-7088
Revision #1827d9e
MDEV-5231
Revision #a03dd94
MDEV-6936
Revision #84de277
Revision #8b1b62d
Revision #8e27845
MDEV-5528
MDEV-5528
Revision #251fa7f
Revision #43f185e
MDEV-5528
Revision #a245543
MDEV-6649
MDEV-5528
Revision #cb37c55
MDEV-6929
Revision #3c2c036
MDEV-6939
Revision #822dc6f
Revision #2bf3e41
MDEV-6932
Revision #58888e2
MDEV-6935
Revision #2d2d11f
MDEV-6968
Revision #b96697d
MDEV-6648
Revision #e48fbd2
Revision #5ff6f6f
Revision #9646f94
MDEV-6759
Revision #0a16fe4
Revision #cc656e4
Revision #c3db445
MDEV-12
Revision #c1f5f61
Revision #d249199
MDEV-6874
Revision #ec89abf
Revision #aa0fd5c
MDEV-6388
Revision #47ced65
MDEV-6388
Revision #d3bdc14
Revision #d44dd54
MDEV-6400

Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the page.

Distributions which Include MariaDB

This page is licensed: CC BY-SA / Gnu FDL