summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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-24176 fixup: GCC -Wmaybe-uninitializedMarko Mäkelä2022-04-191-1/+1
* | MDEV-24176 Server crashes after insert in the table with virtualAleksey Midenkov2022-04-188-85/+168
* | MDEV-24176 PreparationsAleksey Midenkov2022-04-187-115/+110
* | MDEV-27699 ANALYZE FORMAT=JSON fields are incorrect for UNION ALL queriesOleg Smirnov2022-04-181-18/+20
* | An additional patch for MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEF...Alexander Barkov2022-04-141-8/+12
* | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2022-04-145-18/+49
|\ \ | |/
| * MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEFAULT` in column definitionAlexander Barkov2022-04-111-8/+12
| * MDEV-27065 Partitioning tables with custom data directories moves data back t...Nayuta Yanagisawa2022-04-081-1/+21
| * Better comments in Item_in_subselect::inject_in_to_exists_cond()Sergei Petrunia2022-04-071-1/+6
| * MDEV-28077 'Wrong create options' error with 'big_tables' enabledOleg Smirnov2022-04-062-2/+3
| * MDEV-24560 SIGSEGV in st_join_table::cleanupOleg Smirnov2022-04-061-7/+7
* | MDEV-28266 Crash in Field_string::type_handler when calling proceduresOleksandr Byelkin2022-04-131-13/+3
* | MDEV-26171: wsrep_sst_receive_address does not parse IPv6 address correctlyJulius Goryavsky2022-04-122-10/+67
* | MDEV-24317 Data race in LOGGER::init_error_log at sql/log.cc:1443 and in LOGG...Sergei Golubchik2022-04-123-16/+7