summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6st-10.6-mergeMarko Mäkelä2022-01-1817-293/+205
|\
| * MDEV-27499 Performance regression in log_checkpoint_margin()Marko Mäkelä2022-01-181-6/+1
| * MDEV-26230 mysql_upgrade fails to load type_mysql_json due to insufficient ma...Sergei Golubchik2022-01-171-1/+1
| * MDEV-25373 DROP TABLE doesn't raise error while dropping non-existing table i...Sergei Golubchik2022-01-174-2/+26
| * MDEV-27461: Buffer pool resize fails to wake up the page cleanerMarko Mäkelä2022-01-171-0/+3
| * MDEV-27240 fixup: remove dead codebb-10.5-MDEV-27240Nayuta Yanagisawa2022-01-153-25/+3
| * MDEV-27240 fixup: remove #ifdef in macro callNayuta Yanagisawa2022-01-151-2/+21
| * MDEV-27240 SIGSEGV in ha_spider::store_lock on LOCK TABLENayuta Yanagisawa2022-01-158-243/+150
| * Remove FIXME comments that refer to an early MDEV-14425 planMarko Mäkelä2022-01-142-18/+4
* | MDEV-27469: Assertion failure in defragment due to tx_read_onlyMarko Mäkelä2022-01-171-3/+7
* | Merge 10.5 into 10.6Marko Mäkelä2022-01-144-7/+56
|\ \ | |/
| * MDEV-27500 buf_page_free() fails to drop the adaptive hash indexMarko Mäkelä2022-01-141-1/+6
| * MDEV-26824 Can't add foreign key with empty referenced columns listAleksey Midenkov2022-01-123-7/+52
* | MDEV-27058 fixup: Bogus assertion !block->page.is_io_fixed()Marko Mäkelä2022-01-131-4/+10
* | MDEV-27476 heap-use-after-free in buf_pool_t::is_block_field()Marko Mäkelä2022-01-122-3/+3
* | Merge 10.5 into 10.6Marko Mäkelä2022-01-127-7/+81
|\ \ | |/
| * MDEV-27476 heap-use-after-free in buf_pool_t::is_block_field()Marko Mäkelä2022-01-121-2/+1
| * MDEV-27022 Buffer pool is being flushed during recoverybb-10.5-MDEV-27022-sort-flush-listEugene Kosov2022-01-111-3/+35
| * MDEV-23836: Assertion `! is_set() || m_can_overwrite_status' inRucha Deodhar2022-01-104-2/+44
| * Silence CMake warning from exteral cmake project (pcre2)st-10.5-wladVladislav Vaintroub2022-01-091-0/+1
* | MDEV-27640 trx_has_lock_x() gives wrong result if the table has pending table...bb-10.6-MDEV-27640Thirunarayanan Balathandayuthapani2022-01-101-2/+2
* | Cleanup: Remove unused log_cmdq_keyMarko Mäkelä2022-01-102-3/+1
* | MDEV-26879: Detach innodb_evict_tables_on_commit_debug from SAFE_MUTEXMarko Mäkelä2022-01-092-7/+3
* | MDEV-27017 Assertion failure 'table->get_ref_count() == 0' on DDL that invol...bb-10.6-MDEV-27017Thirunarayanan Balathandayuthapani2022-01-055-17/+74
* | MDEV-26879 innodb_evict_tables_on_commit_debug=on makes table creation hangMarko Mäkelä2022-01-053-8/+27
* | MDEV-27335 Windows, MSI - Bring the datadir location into the instance confi...Vladislav Vaintroub2022-01-053-60/+93
* | Windows installer - fix UI of the "Uninstall" Dialog.Vladislav Vaintroub2022-01-051-4/+4
* | Update errmsg-utf8.txt (spa) part 2bb-10.6-danielblack-pr1715-updateJesús Marín2022-01-051-198/+199
* | Work around MDEV-27421 ./mtr --ps-protocol main.opt_traceMarko Mäkelä2022-01-041-0/+3
* | Merge 10.5 into 10.6Marko Mäkelä2022-01-04112-569/+1740
|\ \ | |/
| * MDEV-27416 InnoDB hang in buf_flush_wait_flushed(), on log checkpointbb-10.5-MDEV-27416Marko Mäkelä2022-01-0411-139/+155
| * Deb: Adapt custom build steps to be compatible with latest Salsa-CIOtto Kekäläinen2022-01-031-44/+5
| * Merge 10.4 into 10.5bb-10.5-markoMarko Mäkelä2022-01-035-1/+57
| |\
| | * Add --valgrind to VERSION() string for valgrind buildsMonty2021-12-281-0/+2
| | * MDEV-27184 Assertion `(old_top == initial_top (av) && old_size == 0) || ((uns...Nayuta Yanagisawa2021-12-274-1/+55
| * | Correct some copyright messagesMarko Mäkelä2022-01-033-5/+2
| * | Cleanup: Remove RECV_READ_AHEAD_AREAMarko Mäkelä2022-01-031-9/+4
| * | MDEV-27304 SHOW ... result columns are right-alignedSergei Golubchik2021-12-276-4/+25
| * | Merge branch 10.4 into 10.5st-10.5-juliusJulius Goryavsky2021-12-2689-450/+1618
| |\ \ | | |/
| | * Merge branch 10.3 into 10.4Julius Goryavsky2021-12-2546-341/+733
| | |\
| | | * Merge branch 10.2 into 10.3st-10.3-juliusJulius Goryavsky2021-12-246-214/+214
| | | |\
| | | | * MDEV-24097: galera[_3nodes] suite tests in MTR sporadically failsbb-10.2-MDEV-24097-galeraJulius Goryavsky2021-12-2314-285/+292
| | | * | Merge branch 10.2 into 10.3Julius Goryavsky2021-12-2328-126/+385
| | | |\ \ | | | | |/
| | | | * MDEV-23175: my_timer_milliseconds clock_gettime for multiple platfomrsbb-10.2-MDEV-23175-backportDaniel Black2021-12-221-2/+24
| | | | * MDEV-27181 fixup: compatibility with Windows + small correctionsbb-10.2-MDEV-27181-fixJulius Goryavsky2021-12-176-95/+229
| | | | * MDEV-21866: Assertion `!result' failed in convert_const_to_int upon 2nd execu...bb-10.2-MDEV-21866Dmitry Shulga2021-12-163-1/+31
| | | | * MDEV-27270: Wrong query plan with Range Checked for Each Record and ORDER BY ...bb-10.2-mdev2720Sergei Petrunia2021-12-153-0/+53
| | | | * Disable following tests from galera_3nodes suitebb-10.2-janJan Lindström2021-12-151-0/+8
| | | | * MDEV-27268 Failed InnoDB initialization leaves garbage files behindMarko Mäkelä2021-12-153-8/+11
| | | | * MDEV-27181: Galera SST scripts should use ssl_capath for CA directorybb-10.2-MDEV-27181-galeraJulius Goryavsky2021-12-1421-411/+1033