summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22740: UBSAN: sql/opt_split.cc:1150:28: runtime error: shift exponent 61...Varun Gupta2020-12-141-1/+1
* MDEV-19273: Server crash in MDL_ticket::has_stronger_or_equal_type or Asserti...bb-10.3-MDEV-19273Oleksandr Byelkin2020-12-091-12/+44
* Fixing compile failure on kvm full-textVarun Gupta2020-12-031-2/+9
* After merge fixesMonty2020-12-011-2/+2
* Merge 10.2 into 10.3Marko Mäkelä2020-12-0121-83/+123
|\
| * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-3017-80/+94
| * MDEV-24289: show grants missing with grant optionAnel Husakovic2020-11-261-1/+2
| * MDEV-19179 Regression: SELECT ... UNION ... with inconsistent column names failsIgor Babaev2020-11-192-2/+26
| * MDEV-24220 Server crash in base_list_iterator::next orIgor Babaev2020-11-171-0/+1
* | MDEV-21265: IN predicate conversion to IN subquery should be allowed for a br...Varun Gupta2020-11-307-28/+144
* | MDEV-24230 subquery on information_schema fails with error messageSergei Golubchik2020-11-251-9/+1
* | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-2512-64/+42
* | MDEV-24084 Fix race between disconnect and KILL CONNECTIONVladislav Vaintroub2020-11-241-2/+1
* | MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-234-40/+6
* | MDEV-23619: Merge 10.2 into 10.3Marko Mäkelä2020-11-133-26/+33
|\ \ | |/
| * MDEV-23619 MariaDB crash on WITH RECURSIVE UNION ALL (CTE) queryIgor Babaev2020-11-133-24/+31
* | Merge branch '10.2' into 10.3Sujatha2020-11-124-10/+27
|\ \ | |/
| * MDEV-4633: multi_source.simple test fails sporadicallySujatha2020-11-124-10/+27
| * Merge mariadb-10.2.36 into 10.2Marko Mäkelä2020-11-112-11/+24
| |\
* | \ Merge mariadb-10.3.27 into 10.3Marko Mäkelä2020-11-112-11/+24
|\ \ \
| * \ \ Merge branch '10.2' into 10.3Sergei Golubchik2020-11-092-11/+24
| |\ \ \ | | | |/ | | |/|
| | * | MDEV-23811: With large number of indexes optimizer chooses an inefficient planmariadb-10.2.36Igor Babaev2020-11-091-3/+7
| | * | MDEV-24117: Memory management problem in statistics state for ... INSergei Petrunia2020-11-091-12/+8
| | * | MDEV-19838: followup to make happy following protocol implementations:Oleksandr Byelkin2020-11-051-4/+17
* | | | MDEV-23824 SIGSEGV in end_io_cache on REPAIR LOCAL TABLE for Aria tableMonty2020-11-021-14/+31
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | fixup a593e03d58f922a99ba49de1bec6810fc7e9874f: nullptrMarko Mäkelä2020-11-021-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-11-0215-38/+167
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-0212-29/+50
| * | Merge bb-10.2-release into 10.2Marko Mäkelä2020-11-024-1/+20
| |\ \ | | |/
| * | Add dbug_print_sel_arg() debugging help functionSergei Petrunia2020-11-011-0/+107
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-3012-49/+339
|\ \ \ | | |/ | |/|
| * | MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __...Varun Gupta2020-10-304-1/+20
| |/
| * MDEV-19838: fix of error messagesOleksandr Byelkin2020-10-291-5/+2
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-294-16/+78
| |\
| | * MDEV-23702 calculating(auto rounding) issueSergei Golubchik2020-10-293-3/+16
| | * MDEV-24040 - fix appveyor buildVladislav Vaintroub2020-10-281-0/+5
| | * MDEV-24040 Named pipe permission issuebb-10.1-wladVladislav Vaintroub2020-10-271-13/+57
| * | MDEV-19838 Wrong direxec param data caused crashLawrin Novitsky2020-10-291-12/+187
| * | MDEV-22707 : galera got stuck after flush tablesJan Lindström2020-10-281-1/+1
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-283-19/+53
| |\ \ | | |/
| | * BUG#31650096: MYSQL SERVER HEAP-USE-AFTER-FREE IN TRANS_SAVEPOINTKarthik Kamath2020-10-271-1/+0
| | * Bug#31304432 "INSUFFICIENT PRIVILEGE CHECK BY LOCK TABLES"Sergei Golubchik2020-10-271-0/+30
| | * cleanup: PRIV_LOCK_TABLES (10.5 style)Sergei Golubchik2020-10-271-18/+17
| | * MDEV-20744 SET GLOBAL `replicate_do_db` = DEFAULT causes crash.bb-10.1-hfAlexey Botchkov2020-10-231-1/+5
* | | MDEV-23159 Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type !...Monty2020-10-291-8/+16
* | | MDEV-21201 fixup: GCC 10.2.0 -WparenthesesMarko Mäkelä2020-10-291-1/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2020-10-2816-183/+237
|\ \ \ | |/ /
| * | MDEV-22524 SIGABRT in safe_mutex_unlock withAlexey Botchkov2020-10-271-0/+3
| * | MDEV-22707: galera got stuck after flush tablesmkaruza2020-10-271-0/+5