summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-05-3016-74/+207
|\
| * 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
* | | | MDEV-22283 Server crashes in key_copy or unexpected error 156Aleksey Midenkov2020-05-291-4/+6
* | | | Merge branch 'codership-10.4-MDEV-22666-v2' into 10.4Julius Goryavsky2020-05-291-0/+1
|\ \ \ \
| * \ \ \ Merge branch '10.4-MDEV-22666-v2' of https://github.com/codership/mariadb-ser...Julius Goryavsky2020-05-261-0/+1
| |\ \ \ \
| | * | | | MDEV-22666 galera.MW-328A hangsjaakola2020-05-251-0/+1
* | | | | | MDEV-16937 Strict SQL with system versioned tables causes issues (10.4)Aleksey Midenkov2020-05-294-4/+13
|/ / / / /
* | | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-2620-291/+457
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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-14221 Assertion `0' failed in Item::field_type_for_temporal_comparisonAlexander Barkov2020-05-221-2/+4
| |_|_|/ |/| | |
* | | | MDEV-22616 CHECK TABLE fails with wsrep_trx_fragment_size > 0 (#1551)Daniele Sciascia2020-05-211-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-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
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-201-0/+17
|\ \ \ \ | |/ / /
| * | | MDEV-22391 Assertion `0' failed in Item_type_holder::val_str on utf16 charset...Alexander Barkov2020-05-201-0/+17
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-191-1/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2020-05-196-106/+166
|\ \ \ \ | |/ / /
| * | | 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 10.3 into 10.4Marko Mäkelä2020-05-182-17/+35
|\ \ \ \ | |/ / /