summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-2716-109/+101
* MDEV-24593 Signal 11 when group by primary key of table joined to information...Sergei Golubchik2021-01-223-47/+58
* MDEV-21153 Replica nodes crash due to indexed virtual columns and FK cascadin...bb-10.3-MDEV-21153sjaakola2021-01-191-1/+1
* MDEV-23666: Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' f...Dmitry Shulga2021-01-141-0/+2
* MDEV-24387: Wrong number of decimal digits in certain UNION/SubqeryRucha Deodhar2021-01-131-1/+1
* MDEV-23446 Missed error code fixAleksey Midenkov2021-01-121-1/+1
* MDEV-17227 Server crash in TABLE_SHARE::init_from_sql_statement_string upon t...Sergei Golubchik2021-01-121-3/+2
* MDEV-20763 Table corruption or Assertion `btr_validate_index(index, 0, false)...Sergei Golubchik2021-01-121-1/+1
* failing to parse an SP should not abort information_schema.routinesSergei Golubchik2021-01-121-1/+2
* MDEV-24524 Assertion `ls->length < 0xFFFFFFFFL && ((ls->length == 0 && !ls->s...Sergei Golubchik2021-01-121-1/+1
* Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-116-83/+144
|\
| * MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-082-8/+32
| * MDEV-19838 fixup: clang -Wunused-const-variableMarko Mäkelä2021-01-081-4/+3
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-0814-76/+71
| * MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11Sujatha2021-01-043-65/+101
| * MDEV-23875 is failing to build on windows.Rucha Deodhar2021-01-041-1/+1
| * MDEV-23875: select into outfile not respect UMASK and UMASK_DIRRucha Deodhar2020-12-311-3/+3
* | Urgent fix of MDEV-23446 fix:Oleksandr Byelkin2021-01-071-2/+1
* | MDEV-17891 Assertion failure upon attempt to replace into a full tableNikita Malyavin2021-01-071-0/+2
* | Correction of the merge 10.2 into 10.3 for MDEV-23619Igor Babaev2020-12-281-7/+7
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-241-1/+1
|\ \ | |/
| * Fix MDEV-21958 code to be working with not 64 MAX_INDEXESOleksandr Byelkin2020-12-241-1/+1
* | Bring changes to oracle parserOleksandr Byelkin2020-12-241-9/+5
* | 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