summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-06-052-5/+6
|\
| * MDEV-22339 - Assertion `str_length < len' failedSergey Vojtovich2020-06-041-4/+4
| * MDEV-16230: Server crashes when Analyze format=json is run with a window func...Varun Gupta2020-06-041-1/+2
* | MDEV-22112 Assertion `tab_part_info->part_type == RANGE_PARTITION || tab_part...Aleksey Midenkov2020-06-042-1/+4
* | Merge 10.2 into 10.3Marko Mäkelä2020-06-029-307/+292
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-06-019-304/+288
| |\
| | * Thread safe histograms loadingSergey Vojtovich2020-05-294-103/+34
| | * Thread safe statistics loadingSergey Vojtovich2020-05-293-60/+116
| | * Simplified away statistics_for_tables_is_needed()Sergey Vojtovich2020-05-291-81/+31
| | * MDEV-22744 *SAN: sql/item_xmlfunc.cc:791:43: runtime error: downcast of addre...Alexander Barkov2020-05-291-2/+1
| | * fix pre-definition for embedded server for find_user_or_anon()Anel Husakovic2020-05-281-28/+22
| | * MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-284-42/+97
| | * MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-264-19/+102
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-295-10/+33
|\ \ \ | |/ /
| * | Fix cmake warning - custom command succeeds without creating own OUTPUT.Vladislav Vaintroub2020-05-291-0/+1
| * | assert(a && b); -> assert(a); assert(b);Sergei Golubchik2020-05-271-7/+10
| * | Revert "MDEV-12445 : Rocksdb does not shutdown worker threads and aborts in m...Sergei Golubchik2020-05-271-1/+0
| * | MDEV-21958 Query having many NOT-IN clauses running forever and causing avail...Sergei Golubchik2020-05-271-0/+1
| * | bugfix: use THD::main_mem_root for kill error messageSergei Golubchik2020-05-271-1/+2
| * | MDEV-22558 wrong error for invalid utf8 table commentSergei Golubchik2020-05-271-0/+19
* | | MDEV-16937 Strict SQL with system versioned tables causes issuesAleksey Midenkov2020-05-284-1/+11
* | | MDEV-22413 Server hangs upon UPDATE on a view reading from versioned partitio...Aleksey Midenkov2020-05-281-2/+8
* | | MDEV-18794 append_drop_column() small refactoringAleksey Midenkov2020-05-281-14/+11
* | | MDEV-18794 Assertion `!m_innodb' failed in ha_partition::cmp_ref upon SELECT ...Aleksey Midenkov2020-05-281-29/+21
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-279-30/+145
|\ \ \ | |/ /
| * | Fixed crash in aria recovery when using bulk insertMonty2020-05-262-7/+14
| * | MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-264-20/+103
| * | MDEV-20015 Assertion `!in_use->is_error()' failed in TABLE::update_virtual_fieldAleksey Midenkov2020-05-261-3/+5
| * | Merge 10.1 into 10.2Marko Mäkelä2020-05-261-0/+1
| |\ \ | | |/
| | * MDEV-21495: Conditional jump or move depends on uninitialised value in sel_ar...Varun Gupta2020-05-261-0/+1
| * | MDEV-19751 Wrong partitioning by KEY() after primary key droppedAleksey Midenkov2020-05-261-0/+22
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-2519-291/+455
|\ \ \ | |/ /
| * | MDEV-22461: JOIN::make_aggr_tables_info(): Assertion `select_options & (1ULL ...Varun Gupta2020-05-252-5/+12
| * | MDEV-22545: my_vsnprintf behaves not as in C standardOleksandr Byelkin2020-05-243-190/+202
| * | Fixed compiler failure on windowsMonty2020-05-231-1/+1
| * | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-2312-34/+107
| * | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-222-59/+131
| |\ \ | | |/
| | * MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-222-60/+133
* | | Don't crash if creating sequence under XAMonty2020-05-221-2/+4
* | | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
|\ \ \ | |/ /
| * | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
| |\ \ | | |/
| | * MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
* | | MDEV-22391 Assertion `0' failed in Item_type_holder::val_str on utf16 charset...Alexander Barkov2020-05-201-0/+17
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-192-2/+2
|\ \ \ | |/ /
| * | MDEV-22591 Debug build crashes on EXECUTE IMMEDIATE '... WHERE ?' USING IGNOREAlexander Barkov2020-05-191-1/+0
| * | Merge 10.1 into 10.2Marko Mäkelä2020-05-191-1/+2
| |\ \ | | |/
| | * MDEV-22520 Assertion `gathered_length == thd->lex->comment.length` failed in ...Andrei Elkin2020-05-181-1/+2
* | | MDEV-21995 Server crashes in Item_field::real_type_handler with table value c...Alexander Barkov2020-05-196-106/+165
* | | MDEV-22615 system_time_zone may be incorrectly reported as "unknown".Vladislav Vaintroub2020-05-181-1/+1
* | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2020-05-162-16/+34
|\ \ \ | |/ /