summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2020-04-141-6/+17
|\
| * Merge 5.5 into 10.1Marko Mäkelä2020-04-141-6/+10
| |\
| | * MDEV-22191: Range access is not picked when index_merge_sort_union is turned offbb-5.5-varunVarun Gupta2020-04-081-6/+10
| * | Merge 5.5 into 10.1bb-10.1-mergeMarko Mäkelä2020-04-011-1/+8
| |\ \ | | |/
| | * MDEV-10466 Server crashed in SEL_ARG::store_min() with extended_keys=onIgor Babaev2020-03-141-1/+1
| | * MDEV-21932 A fast plan with ROR index-merge is ignored whenIgor Babaev2020-03-131-0/+7
* | | MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-072-14/+32
* | | MDEV-22021: Galera database could get inconsistent with rollback to savepointmkaruza2020-03-315-40/+12
* | | MDEV-22019: Sig 11 in next_breadth_first_tab | max_sort_length setting + doub...Varun Gupta2020-03-302-6/+9
* | | MDEV-22005 UBSAN: applying non-zero offset 2 to null pointer in my_charpos_mb()Eugene Kosov2020-03-262-4/+12
* | | MDEV-21473 conflicts with async slave BF aborting (#1475)seppo2020-03-247-11/+23
* | | MDEV-22006 runtime error: null pointer passed as argument 2, which is declare...Eugene Kosov2020-03-231-1/+4
* | | MDEV-19658 UBSAN: runtime error: load of value 2779096485, which is not a val...Eugene Kosov2020-03-231-1/+2
* | | MDEV-17177 Crash in Item_func_in::cleanup() for SELECT executed viaIgor Babaev2020-03-202-20/+26
* | | MDEV-14431: Fix ulong/ulonglong type mismatchMarko Mäkelä2020-03-201-1/+3
* | | Merge 10.1 into 10.2Marko Mäkelä2020-03-204-29/+36
|\ \ \ | |/ /
| * | MDEV-21977 main.func_math fails due to undefined behaviourbb-10.1-vicentiu-pristeneAlexander Barkov2020-03-202-23/+30
| * | all status variables above `questions` MUST be ulongSergei Golubchik2020-03-142-6/+6
* | | MDEV-14057 InnoDB GIS tests fail.Alexey Botchkov2020-03-182-6/+93
* | | MDEV-21959 GIS error message doesn't show the wrong value, just the type.Alexey Botchkov2020-03-171-2/+10
* | | MDEV-10570: Fix -Wmaybe-uninitializedMarko Mäkelä2020-03-171-11/+4
* | | Fix clang 10 warningsMarko Mäkelä2020-03-131-2/+2
* | | Fix GCC 10 -Wclass-memaccessMarko Mäkelä2020-03-131-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2020-03-131-1/+1
|\ \ \ | |/ /
| * | Fix compile warning:Sergei Petrunia2020-03-111-1/+1
* | | MDEV-21758 : Events switched randomly to SLAVESIDE_DISABLEDJan Lindström2020-03-091-4/+4
* | | MDEV-21723 Async slave thread BF abort and replaying fixes (#1448)seppo2020-02-233-5/+35
* | | MDEV-17941 ALTER USER IF EXISTS does not work, although documentation says it...Alexey Botchkov2020-02-111-2/+2
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-02-101-1/+0
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-02-101-1/+0
| |\ \ | | |/
| | * Clean the comment for `table_f_c unt` parameterAnel Husakovic2020-01-291-1/+0
* | | MDEV-16308 : protocol messed up sporadicallyVladislav Vaintroub2020-02-101-1/+0
* | | MDEV-18027: Running out of file descriptors and eventual crashOleksandr Byelkin2020-02-051-3/+11
* | | MDEV-21586: Fix a warning for converting my_bool to boolMarko Mäkelä2020-01-311-3/+4
* | | Merge 10.1 into 10.2Marko Mäkelä2020-01-312-20/+25
|\ \ \ | |/ /
| * | MDEV-20923:UBSAN: member access within address … which does not point to an...Sujatha2020-01-292-17/+23
* | | MDEV-21586 Server does not start if lc_messages setting was not english.Vladislav Vaintroub2020-01-301-2/+3
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-243-3/+22
|\ \ \ | |/ /
| * | MDEV-21490: binlog tests fail with valgrind: Conditional jump or move depends...Sujatha2020-01-242-2/+17
| * | MDEV-19457: sys_vars.wsrep_provider_basic failed in buildbotJulius Goryavsky2020-01-201-1/+5
* | | MDEV-21249 MariaDB 10.3.10 When referring to bigint to generate timestamp dat...Sergei Golubchik2020-01-211-0/+4
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-203-5/+12
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-193-5/+11
| |\ \ | | |/
| | * Bug#29630767 - USE OF UNINITIALIZED VALUE IN LIBMYSQL (CLIENT.CC FUNCTION RUN...mariadb-5.5.67Sergei Golubchik2020-01-181-0/+1
| | * Improve documentation of Unique classVicențiu Ciorbaru2020-01-161-4/+9
| | * Use get_ident_len in heartbeat event error messagesMarkus Mäkelä2020-01-131-2/+2
* | | Fix a merge typoSergei Petrunia2020-01-171-1/+1
* | | MDEV-17062 : Test failure on galera.MW-336Jan Lindström2020-01-173-16/+45
* | | Merge branch '10.1' into 10.2Sergei Petrunia2020-01-1712-61/+57
|\ \ \ | |/ /
| * | MDEV-21341: Fix UBSAN failures, part 8: fix error in compare_fields_by_table_...Sergei Petrunia2020-01-151-4/+8