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
This page is licensed: CC BY-SA / Gnu FDL