summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10694 - SIGFPE and/or huge memory allocation in maria_create ...bb-10.2-mdev10694Sergei Petrunia2017-02-144-5/+25
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends toAlexey Botchkov2017-02-145-13/+112
* Post-push fix for MDEV-12057.Marko Mäkelä2017-02-141-1/+1
* MDEV-12057 Embedded server shutdown hangs in InnoDBMarko Mäkelä2017-02-144-39/+34
* MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadirVicențiu Ciorbaru2017-02-143-69/+412
* MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadirVicențiu Ciorbaru2017-02-142-463/+991
* Define a helper class to allow for saving sql_mode using RAIIVicențiu Ciorbaru2017-02-142-19/+26
* Allow READ_RECORD to make use of RAII and free itself on destructionVicențiu Ciorbaru2017-02-141-2/+6
* MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-143-18/+33
* MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-145-32/+59
* MDEV-10122: MariaDB does not support group functions in some contexts where M...Vicențiu Ciorbaru2017-02-145-8/+183
* MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadir:Vicențiu Ciorbaru2017-02-141-0/+6
* Revert "MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to...Sergei Golubchik2017-02-133-3/+13
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-133-13/+3
* MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-134-2/+30
* MDEV-11604 Assertion `!check_datetime_range(ltime)' failed in TIME_to_longlon...Sergei Golubchik2017-02-133-1/+77
* MDEV-11582 InnoDB: Failing assertion: !((field)->vcol_info && !(field)->store...Sergei Golubchik2017-02-133-16/+78
* mtr: make sphinx skipping a bit less verboseSergei Golubchik2017-02-131-13/+3
* bugfix: uninit variableSergei Golubchik2017-02-131-1/+1
* MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-1311-111/+280
* support keyread in READ_RECORDSergei Golubchik2017-02-131-0/+12
* bugfix: disable ICP in InnoDB for indexes on virtual columnsSergei Golubchik2017-02-131-0/+6
* cleanup: make a couple of tests more robustSergei Golubchik2017-02-1311-172/+177
* cleanup: handler::key_readSergei Golubchik2017-02-139-44/+39
* find_all_keys: add an assert, remove current_thdSergei Golubchik2017-02-132-13/+15
* cleanup: TABLE::mark_columns_used_by_index()Sergei Golubchik2017-02-137-32/+32
* bugfix: don't calculate vcols if doing keyreadSergei Golubchik2017-02-131-1/+3
* cleanup: remove TABLE::add_read_columns_used_by_indexSergei Golubchik2017-02-134-37/+6
* bugfix: TABLE::mark_columns_used_by_index_no_resetSergei Golubchik2017-02-131-6/+0
* cleanup: mark_columns_used_by_index_no_reset in handler::get_auto_incrementSergei Golubchik2017-02-133-15/+13
* cleanup: mark_columns_used_by_index_no_reset in opt_range.ccSergei Golubchik2017-02-133-15/+10
* bugfix: TABLE::mark_columns_used_by_indexSergei Golubchik2017-02-132-1/+7
* cleanup: style fixes, sql_join_cache.ccSergei Golubchik2017-02-134-294/+289
* cleanup: TABLE::non_determinstic_insertSergei Golubchik2017-02-131-13/+2
* InnoDB: suppress posix_fallocate() failure errors when EINVALSergei Golubchik2017-02-131-10/+9
* fix rpl_binlog_errors test not to leave dbug enabledSergei Golubchik2017-02-133-12/+12
* MDEV-10352 Server crashes in Field::set_default on CREATE TABLESergei Golubchik2017-02-133-3/+13
* MDEV-11750 Assertion `vfield' failed in TABLE::update_virtual_fields after cr...Sergei Golubchik2017-02-133-0/+25
* MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-1317-121/+91
* oqgraph: remove redundant update_virtual_fields() callsSergei Golubchik2017-02-131-16/+0
* MDEV-11784 View is created with invalid definition which causes ERROR 1241 (2...Sergei Golubchik2017-02-133-24/+32
* Race condition in DEFAULT() with expressionsSergei Golubchik2017-02-133-8/+55
* MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4)Sergei Golubchik2017-02-138-26/+63
* Post-fix for MDEV-12050 Remove unused InnoDB Memcached hooksMarko Mäkelä2017-02-132-5/+0
* MDEV-12050 Remove unused InnoDB Memcached hooksMarko Mäkelä2017-02-1331-5814/+12
* MDEV-11782 preparation: Add separate code for validating the 10.1 redo log.Marko Mäkelä2017-02-133-6/+98
* MDEV-11782 preparation: Remove recv_sys_t::last_block.Marko Mäkelä2017-02-132-28/+9
* Fix a memory leak on aborted InnoDB startup.Marko Mäkelä2017-02-132-4/+5
* Fixed bugs mdev-12051, mdev-10885.Igor Babaev2017-02-123-7/+147
* MDEV-7635: Fix for ctype_gbk_export_import.testNirbhay Choubey2017-02-111-2/+2