summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-05-124-3/+12
|\
| * MDEV-15853: Assertion `tab->filesort_result == 0' failedVarun Gupta2018-05-113-2/+11
| * Merge branch '10.2' of github.com:MariaDB/server into 10.2Sergei Petrunia2018-05-1030-135/+206
| |\
| * \ Merge branch 'bb-10.2-mariarocks-merge' of github.com:MariaDB/server into 10.2Sergei Petrunia2018-05-071-1/+1
| |\ \
| | * | Undo the incorrect part of commit 7e700bd2a81ae4b37145f1c32bb0902c72856d2dSergei Petrunia2018-05-071-2/+2
| | * | Fix compilation on windowsSergei Petrunia2018-04-161-1/+1
| | * | Fix ha_rocksdb::calc_eq_cond_len() to handle HA_READ_PREFIX_LAST_OR_PREV corr...Sergei Petrunia2018-04-091-2/+2
* | | | MDEV-15980 FOR SYSTEM_TIME BETWEEN and FROM .. TO work with negative intervalsEugene Kosov2018-05-121-20/+26
* | | | MDEV-14823, MDEV-15956 Versioning error messages fixesAleksey Midenkov2018-05-123-6/+4
* | | | MDEV-16043 Assertion thd->Item_change_list::is_empty() failed in mysql_parse ...Aleksey Midenkov2018-05-121-3/+5
* | | | MDEV-16024 transaction_registry.begin_timestamp is wrong for explicit transac...Aleksey Midenkov2018-05-123-3/+18
* | | | MDEV-16010 Too many rows with AS OF point_in_the_past_or_NULLAleksey Midenkov2018-05-121-0/+6
* | | | MDEV-15978 Add Feature_system_versioning status variableAleksey Midenkov2018-05-123-0/+3
* | | | MDEV-15995 Drop extra semicolon in VARIABLE_COMMENT for SYSTEM_VERSIONING_ALT...Eugene Kosov2018-05-121-1/+1
* | | | MDEV-15893 Rename VTQ to TRTEugene Kosov2018-05-123-50/+50
* | | | versioning: use @@timestampSergei Golubchik2018-05-125-41/+29
* | | | MDEV-15923 option to control who can set session @@timestampSergei Golubchik2018-05-125-12/+45
* | | | cleanup: sys_vars.ccSergei Golubchik2018-05-122-9/+4
* | | | cleanup: quoted_stringSergei Golubchik2018-05-123-4/+1
* | | | cleanup: versioning style fixesSergei Golubchik2018-05-1214-143/+102
* | | | MDEV-14820 System versioning is applied incorrectly to CTEsSergei Golubchik2018-05-1211-39/+81
* | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-1219-287/+144
* | | | compilation warnings w/o partitioningSergei Golubchik2018-05-121-2/+2
* | | | MDEV-15592 - Column COMPRESSED should select a 'high order' datatypeSergey Vojtovich2018-05-112-25/+50
* | | | Removing some duplicate code in THD::convert_string() & friendsAlexander Barkov2018-05-115-130/+101
* | | | compiler warningSergei Golubchik2018-05-111-2/+2
* | | | MDEV-15746 ASAN heap-use-after-free in Item_change_list::rollback_item_tree_c...Sergei Golubchik2018-05-111-1/+3
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-1129-132/+203
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-1026-133/+193
| |\ \ \
| | * \ \ Merge branch '10.0' into 10.1Sergei Golubchik2018-05-083-4/+8
| | |\ \ \
| | | * | | MDEV-15216 Assertion `! is_set() || m_can_overwrite_status' failed in Diagnos...Sergei Golubchik2018-05-083-4/+8
| | * | | | ASAN error in is_stat_table()Sergei Golubchik2018-05-051-2/+2
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-0512-28/+80
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '5.5' into 10.0mariadb-10.0.35Sergei Golubchik2018-05-011-0/+1
| | | |\ \ \
| | | | * | | Use after free in authenticationSergei Golubchik2018-05-011-0/+1
| | | * | | | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-299-23/+69
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-15035 Wrong results when calling a stored procedureIgor Babaev2018-04-258-15/+54
| | | | * | | MDEV-13699: Assertion `!new_field->field_name.str || strlen(new_field->field_...Oleksandr Byelkin2018-04-251-8/+16
| | | * | | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-262-3/+4
| | | * | | | Increase number of max table_open_cache instancesMonty2018-04-261-1/+1
| | * | | | | Merge pull request #729 from codership/MDEV-15794Jan Lindström2018-04-271-0/+9
| | |\ \ \ \ \
| | | * | | | | MDEV-15794 Fix and re-enable test galera_var_retry_autocommitDaniele Sciascia2018-04-261-0/+9
| | * | | | | | Merge pull request #723 from codership/10.1-MDEV-16005Jan Lindström2018-04-2712-100/+94
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | MDEV-16005 sporadic failures with galera tests MW-328B and MW-328Csjaakola2018-04-2412-100/+94
| * | | | | | | MDEV-15746 ASAN heap-use-after-free in Item_change_list::rollback_item_tree_c...Sergei Golubchik2018-05-101-0/+2
| * | | | | | | MDEV-15626 Assertion on update virtual column in partitioned tableSergei Golubchik2018-05-103-2/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | MDEV-16134 Wrong I_S.COLUMNS.CHARACTER_XXX_LENGTH value for compressed columnsAlexander Barkov2018-05-101-1/+5
* | | | | | | MDEV-16117 SP with a single FOR statement creates but further fails to loadAlexander Barkov2018-05-104-48/+23
* | | | | | | MDEV-16104 Server crash in JOIN::fix_all_splittings_in_planIgor Babaev2018-05-081-3/+12
* | | | | | | Moving a few static functions in sql_lex.cc to new methods in Lex_input_streamAlexander Barkov2018-05-094-284/+302