summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.7' into 10.8Sergei Golubchik2022-05-1145-315/+936
|\
| * Merge branch '10.6' into 10.7Sergei Golubchik2022-05-1145-311/+921
| |\
| | * Merge branch '10.5' into 10.6Sergei Golubchik2022-05-1044-279/+895
| | |\
| | | * 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
| | | | | | * MDEV-26281 ASAN use-after-poison when complex conversion is involved in blobSergei Golubchik2022-04-143-22/+7
| | | | | | * cleanup: remove Item_default_value::cached_fieldSergei Golubchik2022-04-142-10/+6
| | | | | | * MDEV-26061 MariaDB server crash at Field::set_defaultSergei Golubchik2022-04-142-0/+7
| | | | | | * MDEV-26323 use-after-poison issue of MariaDB serverAlexander Barkov2022-04-141-1/+2
| | | | * | | MDEV-28448 Assertion failure for SELECT with subquery using ON expressionIgor Babaev2022-04-301-1/+1
| | | | * | | MDEV-28097 use-after-free when WHERE has subquery with an outer reference in ...Sergei Golubchik2022-04-291-0/+3
| | | | * | | MDEV-28094 Window function in expression in ORDER BYSergei Golubchik2022-04-291-2/+2
| | | | * | | cleanup: (*order->item) -> itemSergei Golubchik2022-04-293-16/+12
| | | | * | | MDEV-28098 incorrect key in "dup value" error after long uniqueSergei Golubchik2022-04-281-0/+1
| | | | * | | MDEV-26412 Server crash in Item_field::fix_outer_field for INSERT SELECTIgor Babaev2022-04-274-3/+21
| | | | * | | MDEV-26695: Number of an invalid row is not calculated for table valueRucha Deodhar2022-04-261-0/+2