summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-2326-122/+191
|\
| * MDEV-24444: ASAN use-after-poison in Item_func_in::get_func_mm_tree with NOT INSergei Petrunia2020-12-221-1/+1
| * Item_func_like::walk() was ignoring escape_itemSergei Golubchik2020-12-191-0/+7
| * MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-191-1/+12
| * MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-193-3/+12
| * Item_func_like calls escape_item->fix_fields() twiceSergei Golubchik2020-12-191-1/+1
| * MDEV-23065 : Crash after setting wsrep_on to ON dynamically and reconnectJan Lindström2020-12-191-1/+1
| * MDEV-20751 Permission Issue With Nested CTEsIgor Babaev2020-12-171-2/+16
| * MDEV-24327 wsrep XID checkpointing order with log_slave_updates=OFFbb-10.2-MDEV-24327sjaakola2020-12-171-5/+6
| * MDEV-23406 Signal 8 in maria_create after recursive cte queryIgor Babaev2020-12-165-39/+57
| * MDEV-21958: Query having many NOT-IN clauses running foreverSergei Petrunia2020-12-151-0/+24
| * MDEV-23209: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-12-151-0/+7
| * MDEV-22422: Assertion `! is_set()' failed in Diagnostics_area::set_eof_statusRucha Deodhar2020-12-151-0/+3
| * MDEV-24331 mysqldump fails with "Got error: 1356" if the database contains a ...Sergei Golubchik2020-12-111-1/+1
| * MDEV-24194 View definition corruptionSergei Golubchik2020-12-101-10/+6
| * MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4GbSergei Golubchik2020-12-106-14/+15
| * MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __m...Sergei Golubchik2020-12-101-1/+1
| * Revert "MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEG...Sergei Golubchik2020-12-104-20/+1
| * MDEV-24019 Assertion is hit for query using recursive CTE with no default DBIgor Babaev2020-12-081-24/+11
| * MDEV-22781 CREATE VIEW containing WITH clause Signal 11Igor Babaev2020-12-072-0/+3
| * MDEV-24139: CHECK_CLAUSE field in INFORMATION_SCHEMA.CHECK_CONSTRAINTS trunca...Anel Husakovic2020-12-071-1/+1
| * MDEV-24314 Unexpected error message when selecting from view that usesIgor Babaev2020-12-042-0/+4
* | MDEV-23446 UPDATE does not insert history row if the row is not changedAleksey Midenkov2020-12-221-32/+37
* | MDEV-23644 Assertion on evaluating foreign referential action for self-refere...Aleksey Midenkov2020-12-221-1/+9
* | MDEV-22178 Assertion `info->alias.str' failed in partition_info::check_partit...Aleksey Midenkov2020-12-221-0/+1
* | MDEV-24099: sql/sql_insert ip_len issue on AIXbb-10.3-danielblack-MDEV-24099-aix-ip_len-conflictEtienne Guesnet2020-12-161-5/+5
* | 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