summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18734 malloc optimization for m_ordered_rootbb-10.2-midenok-MDEV-18734Aleksey Midenkov2021-04-233-4/+44
* MDEV-18734 optimization by taking ownership via String::swap()Aleksey Midenkov2021-04-234-51/+95
* MDEV-18734 blob mem_root for each m_ordered_rec_buffer elementAleksey Midenkov2021-04-232-14/+35
* MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-04-237-5/+253
* MDEV-18734 init_record_priority_queue() cleanupAleksey Midenkov2021-04-232-52/+58
* MDEV-25091 CREATE TABLE: field references qualified by a wrong table name suc...Aleksey Midenkov2021-04-234-5/+170
* MDEV-23455 Hangs + Sig11 in unknown location(s) due to single complex FK queryAleksey Midenkov2021-04-233-3/+54
* MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-229-26/+171
* MDEV-25456 - fix predicate in ib::error_or_warnVladislav Vaintroub2021-04-221-1/+1
* MDEV-25456 MariaBackup logs "[ERROR]" on Invalid log block checksumVladislav Vaintroub2021-04-221-1/+2
* Update timezone data on WindowsVladislav Vaintroub2021-04-222-0/+2
* MDEV-25474 Background thread returns uninitialized statisticsbb-10.2-MDEV-25474Thirunarayanan Balathandayuthapani2021-04-211-2/+6
* MDEV-25457 Server crashes in row_undo_mod_clust_low upon rollback of read-onl...Eugene Kosov2021-04-213-1/+13
* MDEV-24526 binlog rotate via FLUSH LOGS may obsolate binlog file for recovery...Andrei Elkin2021-04-213-0/+149
* Fixup: Event_queue_element_for_exec initializer list not supported on gcc-4.1Vicențiu Ciorbaru2021-04-211-1/+5
* fixed some korean error messagesbb-10.2-danielblack-pr1811-korean-translationLee Keun Won2021-04-211-14/+17
* Smoke test collection should not be executableElena Stepanova2021-04-211-1/+0
* MDEV-25288 Create a list of tests for distributionsElena Stepanova2021-04-211-0/+139
* MDEV-24807:A possibility for double free in dtor of Event_queue_element_for_e...Vicențiu Ciorbaru2021-04-203-1/+3
* MDEV-25466 Merge new release of InnoDB 5.7.34 to 10.2Marko Mäkelä2021-04-202-6/+2
|\
| * Bug #32032897 DEADLOCKING WAIT GRAPH ON BUSY SERVERAditya A2021-04-201-5/+1
|/
* MDEV-25362 Incorrect name resolution for subqueries in ON expressionsprot-10.2Igor Babaev2021-04-175-1/+164
* MDEV-15064: IO_CACHE mysys read_pos, not libmaria rc_posbb-10.2-danielblack-MDEV-15064-IO_CACHE-read_posRainer Orth2021-04-172-2/+2
* MDEV-25407: EXISTS subquery with correlation in ON expression crashesbb-10.2-mdev25407Sergei Petrunia2021-04-163-1/+70
* MDEV-22255 SIGABRT: Assertion `id' failed in trx_write_trx_id on INSERT | Ass...Eugene Kosov2021-04-1510-12/+212
* MDEV-23026 purge fails with assert !rw_lock_own_flagged(lock, RW_LOCK_FLAG_X...st-10.2-MDEV-23026Thirunarayanan Balathandayuthapani2021-04-151-2/+4
* update C/CSergei Golubchik2021-04-151-0/+0
* MDEV-25403 ALTER TABLE wrongly checks for field's default value if AFTER is usedSergei Golubchik2021-04-153-1/+30
* signal handler, display coredump file pattern similarly to MDEV-25294 but for...David Carlier2021-04-151-3/+3
* Update mysqlbinlog man page with --table optionIan Gilfillan2021-04-141-2/+19
* MDEV-25363 binlog_stm_datetime_ranges_mdev15289 failed in bbAlice Sherepa2021-04-142-0/+2
* MDEV-25354: Fix my_print_defaults wordingIan Gilfillan2021-04-141-1/+1
* -DMYSQL_MAINTAINER_MODE=NOSergei Golubchik2021-04-132-3/+7
* MDEV-24971 InnoDB access freed virtual column after rollback of secondary indexst-10.2-MDEV-24971Thirunarayanan Balathandayuthapani2021-04-131-2/+1
* MDEV-24135: Print warnings in XML, save test retries in XML, save the combina...Dmitriy Karpovskiy2021-04-122-14/+26
* MDEV-25182 Complex query in Store procedure corrupts resultsbb-10.2-MDEV-25182Oleksandr Byelkin2021-04-126-7/+77
* MDEV-25108: Running of the EXPLAIN EXTENDED statement produces extra warning ...bb-10.2-MDEV-25108-2Dmitry Shulga2021-04-126-15/+80
* MDEV-21484: galera_sst_mariabackup_encrypt_with_key test failedbb-10.2-MDEV-21484Julius Goryavsky2021-04-121-1/+0
* MDEV-24971 InnoDB access freed virtual column after rollback of secondary indexThirunarayanan Balathandayuthapani2021-04-129-51/+300
* MDEV-18802 Assertion table->stat_initialized failed in dict_stats_update_if_n...Marko Mäkelä2021-04-121-2/+17
* MDEV-24434 Assertion trx->in_rw_trx_list... in trx_sys_any_active_transactions()Marko Mäkelä2021-04-121-6/+1
* Deb: Stop depending on empty transitional package dh-systemdOtto Kekäläinen2021-04-122-1/+10
* MDEV-25307: The value of the auto-increment variables changes during the testbb-10.2-MDEV-25307Julius Goryavsky2021-04-115-7/+16
* MDEV-25356: SST scripts should use the new mariabackup interfacebb-10.2-MDEV-25356Julius Goryavsky2021-04-113-14/+15
* Removed extra spaces in generated command lines (minor "cosmetic"bb-10.2-MDEV-25328-v5Julius Goryavsky2021-04-111-7/+7
* Clarified abbreviated option names in some tests, to avoidJulius Goryavsky2021-04-113-6/+6
* MDEV-25328: --innodb command line option causes mariabackup to failJulius Goryavsky2021-04-111-0/+2
* BtrBulk::table_name(): Return the table name while displayingThirunarayanan Balathandayuthapani2021-04-092-2/+2
* Improve diagnostics in order to catch MDEV-18868 and similar bugsThirunarayanan Balathandayuthapani2021-04-093-8/+18
* MDEV-13467 fixup: Improve error handlingMarko Mäkelä2021-04-081-7/+15