summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated connector/cbb-10.8-georgGeorg Richter2022-01-161-0/+0
* Use 3.3-georg branch for Connector/CGeorg Richter2022-01-161-0/+0
* Merge branch '10.8' into bb-10.8-georgGeorg Richter2022-01-15179-1244/+4966
|\
| * Merge 10.7 into 10.8Marko Mäkelä2022-01-144-11/+66
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-01-144-11/+66
| | |\
| | | * 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
| * | | | Merge 10.7 into 10.8Marko Mäkelä2022-01-1227-340/+603
| |\ \ \ \ | | |/ / /
| | * | | MDEV-27312 LeakSanitizer error in trx_mod_table_time_t::start_bulk_insertThirunarayanan Balathandayuthapani2022-01-121-1/+6
| | * | | MDEV-27318 Assertion `data_size < srv_sort_buf_size' failed in row_merge_bul...Thirunarayanan Balathandayuthapani2022-01-123-30/+110
| | * | | Merge 10.6 into 10.7Marko Mäkelä2022-01-1223-309/+487
| | |\ \ \ | | | |/ /
| | | * | 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
| * | | | C/C 3.3Sergei Golubchik2022-01-111-0/+0
| * | | | MDEV-27435: Support extra initialization file for mysql_install_dbHugo Wen2022-01-072-0/+33
| * | | | mysys: my_rdtsc note about ARM counterDaniel Black2022-01-061-0/+3
| * | | | MDEV-27429: Support RISC-V cycle timeralexfanqi2022-01-062-0/+26
| * | | | Merge 10.7 into 10.8Marko Mäkelä2022-01-041-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.6 into 10.7Marko Mäkelä2022-01-041-0/+3
| | |\ \ \ | | | |/ /
| | | * | Work around MDEV-27421 ./mtr --ps-protocol main.opt_traceMarko Mäkelä2022-01-041-0/+3
| * | | | Merge 10.7 into 10.8st-10.8-mergeMarko Mäkelä2022-01-04154-1086/+4425
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.6 into 10.7Marko Mäkelä2022-01-04145-1069/+4380
| | |\ \ \ | | | |/ /
| | | * | 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
| | | | | | |\ \ | | | | | | | |/