summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-1813-73/+34
|\
| * Merge branch '10.3' into 10.4mariadb-10.4.25Sergei Golubchik2022-05-185-10/+9
| |\
| | * Merge branch '10.2' into 10.3mariadb-10.3.35Sergei Golubchik2022-05-181-2/+3
| | |\
| | | * MDEV-28550 improper handling of replication event group that containsAndrei2022-05-131-2/+3
| | * | MDEV-28552 Assertion `inited==RND' failed in handler::ha_rnd_endAleksey Midenkov2022-05-182-3/+0
| | * | MDEV-28588 SIGSEGV in __memmove_avx_unaligned_erms, strmake_rootAlexander Barkov2022-05-171-1/+1
| | * | Code cleanup in/around check_interleaving_with_nj()bb-10.3-spetruniaSergei Petrunia2022-05-151-4/+5
| * | | MDEV-28546 : Possible to write/update with read_only=ON and not a SUPER privi...Jan Lindström2022-05-171-17/+1
| * | | MDEV-28578 Server crashes in Item_field::fix_outer_field after CREATE SELECTSergei Golubchik2022-05-161-0/+1
| * | | MDEV-28053 Sysbench data load crashes Galera secondary node in async master s...Daniele Sciascia2022-05-161-0/+4
| * | | fix occasional failures in --embeddedSergei Golubchik2022-05-151-0/+2
| * | | enable -Wenum-compare -Wenum-conversionSergei Golubchik2022-05-155-23/+19
* | | | MDEV-28490 Strange result truncation with group_concat_max_len=1GB.Alexey Botchkov2022-05-151-3/+3
* | | | MDEV-28534: clang-12 compile warningsDaniel Black2022-05-111-2/+2
* | | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-0945-278/+896
|\ \ \ \ | |/ / /
| * | | 10.4 specific fixes for DEFAULT()Sergei Golubchik2022-05-093-1/+29
| * | | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-0836-216/+609
| |\ \ \ | | |/ /
| | * | can't use Item_default_value as a field if it's an expression OR a blobSergei Golubchik2022-05-081-1/+1
| | * | Merge branch '10.2' into 10.3Sergei Golubchik2022-05-079-74/+178
| | |\ \ | | | |/
| | | * MDEV-28310 Missing binlog data for INSERT .. ON DUPLICATE KEY UPDATEAndrei2022-05-063-37/+78
| | | * MDEV-28402 ASAN heap-use-after-free in create_tmp_table, Assertion `l_offset ...Oleksandr Byelkin2022-05-061-3/+5
| | | * MDEV-28437: Assertion `!eliminated' failed: Part #2Sergei Petrunia2022-05-051-6/+10
| | | * MDEV-28437: Assertion `!eliminated' failed in Item_subselect::execSergei Petrunia2022-05-053-4/+9
| | | * MDEV-19398: Assertion `item1->type() == Item::FIELD_ITEM ...Sergei Petrunia2022-05-043-10/+64
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-0322-73/+307
| | |\ \ | | | |/
| | | * MDEV-28428 Master_SSL_Crl shows Master_SSL_CA value in SHOW SLAVE STATUS outputSergei Golubchik2022-04-281-3/+3
| | | * MDEV-28268: Server crashes in Expression_cache_tracker::fetch_current_statsSergei Petrunia2022-04-282-1/+8
| | | * MDEV-28020 CHECKSUM TABLE calculates different checksumsSergei Golubchik2022-04-261-0/+2
| | | * MDEV-27697. Removed a false assert.Andrei2022-04-261-2/+0
| | | * MDEV-25317 Assertion `scale <= precision' failed in decimal_bin_size And Asse...Alexey Botchkov2022-04-265-17/+26
| | | * MDEV-27697. Two affected tests fixed.Andrei2022-04-261-2/+4
| | | * MDEV-26047: MariaDB server crash at Item_subselect::init_expr_cache_trackerSergei Petrunia2022-04-261-0/+11
| | | * MDEV-20207: Assertion ! is_set() failed in Diagnostics_area::set_eof_statusRucha Deodhar2022-04-261-1/+3
| | | * MDEV-6899 extra semicolon in show create event syntaxSergei Golubchik2022-04-252-8/+12
| | | * MDEV-28403 ASAN heap-use-after-free in String::copy / get_field_default_valueSergei Golubchik2022-04-251-2/+2
| | | * MDEV-27212 Crash in Item_equal::sort on second execution of stored procedurebb-10.2-igorIgor Babaev2022-04-251-1/+1
| | | * MDEV-27697 slave must recognize incomplete replication event groupAndrei2022-04-252-26/+139
| | | * MDEV-28263 mariadb-tzinfo-to-sql binlog fixesDaniel Black2022-04-231-4/+4
| | | * MDEV-25994: Crash with union of my_decimal type in ORDER BY clauseSergei Petrunia2022-04-221-4/+11
| | | * MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_impl upon concur...Alexander Barkov2022-04-214-11/+91
| | * | MDEV-20077 compilation fixAleksey Midenkov2022-04-291-0/+2
| | * | MDEV-20077 Warning on full history partition is delayed until next DML statementAleksey Midenkov2022-04-295-23/+80
| | * | MDEV-28271 Assertion on TRUNCATE PARTITION for PARTITION BY SYSTEM_TIMEAleksey Midenkov2022-04-291-0/+1
| | * | MDEV-28254 Wrong position for row_start, row_end after adding column to impli...Aleksey Midenkov2022-04-221-1/+12
| | * | MDEV-25546 LIMIT partitioning does not respect ROLLBACKAleksey Midenkov2022-04-221-5/+3
| | * | Merge branch '10.2' into 10.3Sergei Golubchik2022-04-217-44/+32
| | |\ \ | | | |/
| | | * MDEV-21028 Server crashes in Query_arena::set_query_arena upon SELECT from viewSergei Golubchik2022-04-201-1/+2
| | | * vcols: cannot use CONTEXT_ANALYSIS_ONLY_VCOL_EXPR on fix_fieldsSergei Golubchik2022-04-192-1/+8
| | | * MDEV-26423 MariaDB server crash in Create_tmp_table::finalizeOleksandr Byelkin2022-04-151-1/+0
| | | * MDEV-25638 Assertion `!result' failed in convert_const_to_intSergei Golubchik2022-04-151-0/+1