summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24255 MTR test galera_bf_abort fails with --ps-protocolTeemu Ollakka2020-12-282-12/+29
* Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-2525-127/+167
|\
| * 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
* | | Merge 10.3 into 10.4Marko Mäkelä2020-12-236-53/+106
|\ \ \ | |/ /
| * | 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
* | | MENT-1047 Assertion `active() == false' failed with "XA START.."Daniele Sciascia2020-12-221-0/+8
* | | MDEV-23468: inline_mysql_socket_send: Assertion `mysql_socket.fd != -1' faile...mkaruza2020-12-211-1/+4
* | | MDEV-24327 wsrep XID checkpointing order violation with cert failuresbb-10.4-MDEV-24327sjaakola2020-12-172-3/+19
* | | MDEV-24327 wsrep XID checkpointing order with log_slave_updates=OFFsjaakola2020-12-171-5/+6
* | | MDEV-24207: recognise mysql forms of invalid password for mysql_native_passwordDaniel Black2020-12-151-2/+16
* | | issue ER_USER_IS_BLOCKED also for non-existent usersSergei Golubchik2020-12-121-9/+9
* | | MDEV-21958: Query having many NOT-IN clauses running foreverSergei Petrunia2020-12-111-0/+24
* | | MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-0214-19/+21
* | | Merge 10.3 into 10.4Marko Mäkelä2020-12-0143-223/+247
|\ \ \ | |/ /
| * | 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