summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* whitespace - fix indenting after commit 7450cb7f6Daniel Black2017-03-011-3/+3
* Fixed bug mdev-9924.Igor Babaev2017-02-151-1/+4
* MDEV-10694 - SIGFPE and/or huge memory allocation in maria_create ...Sergei Petrunia2017-02-152-5/+8
* MDEV-11868: min ( distinct ) over ( ) returns wrong valueVicențiu Ciorbaru2017-02-151-1/+11
* MDEV-10092: Server crashes in in ha_heap::rnd_pos / Table_read_cursor::get_nextVicențiu Ciorbaru2017-02-151-24/+35
* MDEV-10859: Wrong result of aggregate window function in query with HAVING an...Vicențiu Ciorbaru2017-02-152-3/+14
* cleanup: mtr startup warningSergei Golubchik2017-02-141-1/+1
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-147-57/+38
* bugfix: uninitialized variableSergei Golubchik2017-02-141-2/+1
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends toAlexey Botchkov2017-02-143-13/+86
* MDEV-11170: MariaDB 10.2 cannot start on MySQL 5.7 datadirVicențiu Ciorbaru2017-02-141-69/+149
* 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-141-5/+16
* MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-143-32/+17
* MDEV-10122: MariaDB does not support group functions in some contexts where M...Vicențiu Ciorbaru2017-02-141-0/+3
* Revert "MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to...Sergei Golubchik2017-02-131-0/+1
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-131-1/+0
* MDEV-11704 InnoDB: Failing assertion: dfield_is_null(dfield2) || dfield2->dataSergei Golubchik2017-02-131-1/+1
* MDEV-11604 Assertion `!check_datetime_range(ltime)' failed in TIME_to_longlon...Sergei Golubchik2017-02-131-1/+4
* MDEV-11582 InnoDB: Failing assertion: !((field)->vcol_info && !(field)->store...Sergei Golubchik2017-02-131-16/+38
* bugfix: uninit variableSergei Golubchik2017-02-131-1/+1
* MDEV-11640 gcol.gcol_select_myisam fails in buildbot on PowerSergei Golubchik2017-02-133-18/+50
* support keyread in READ_RECORDSergei Golubchik2017-02-131-0/+12
* 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-132-290/+285
* cleanup: TABLE::non_determinstic_insertSergei Golubchik2017-02-131-13/+2
* MDEV-10352 Server crashes in Field::set_default on CREATE TABLESergei Golubchik2017-02-131-3/+5
* MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-1314-117/+88
* MDEV-11784 View is created with invalid definition which causes ERROR 1241 (2...Sergei Golubchik2017-02-131-12/+10
* Race condition in DEFAULT() with expressionsSergei Golubchik2017-02-131-8/+14
* MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4)Sergei Golubchik2017-02-136-18/+33
* Fixed bugs mdev-12051, mdev-10885.Igor Babaev2017-02-121-7/+15
* Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-1138-312/+315
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-02-1039-313/+316
| |\
| | * MDEV-11945: Fix description for "max_statement_time" in --helpNirbhay Choubey2017-01-311-2/+2
| | * MDEV-11817: Altering a table with more rows than ..Nirbhay Choubey2017-01-311-3/+12
| | * MDEV-10812 WSREP causes responses being sent to protocol commandsSachin Setiya2017-01-311-1/+9
| | * Merge 10.0 into 10.1Marko Mäkelä2017-01-261-1/+1
| | |\
| | | * MDEV-11108: Assertion `uniq_tuple_length_arg <= table->file->max_key_length()...Varun Gupta2017-01-241-1/+1
| | * | Revert "MDEV-7409 On RBR, extend the PROCESSLIST info to include at least the...Sachin Setiya2017-01-251-63/+20