summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23175: my_timer_milliseconds clock_gettime for multiple platfomrsbb-10.5-danielblack-MDEV-23175-clock_gettime_multiosDaniel Black2020-07-242-14/+23
* MDEV-23216: LONGTEXT column with collation doesn't sortVarun Gupta2020-07-234-5/+40
* Fix test casesJan Lindström2020-07-232-0/+12
* thd->m_transaction_psi was not properly cleared for new connectionsMonty2020-07-234-3/+12
* MDEV-7947 strcmp() takes 0.37% in OLTP ROMonty2020-07-2330-245/+386
* Fixed wrong free in comp_errMonty2020-07-231-1/+4
* Disable maria.max_length when using valgrind (too slow)Monty2020-07-231-0/+2
* Fixed removed warning from valgrind in Protocol::store_strMonty2020-07-231-2/+3
* Remove String::lex_string() and String::lex_cstring()Monty2020-07-2318-72/+85
* Use larger buffer when reading binary and relay logsMonty2020-07-233-3/+11
* Clean up Item_uint() & Item_int()Monty2020-07-233-19/+5
* Merge 10.4 into 10.5Marko Mäkelä2020-07-2313-58/+164
|\
| * MDEV-22778 Slow InnoDB shutdown on large instanceMarko Mäkelä2020-07-2310-58/+36
| * MDEV-21997 Server crashes in LEX::create_item_ident_sp upon use of unknown id...Oleksandr Byelkin2020-07-223-0/+128
| * MDEV-23254 Replace FSP_FLAGS_HAS_PAGE_COMPRESSION with fil_space_t::is_compre...Thirunarayanan Balathandayuthapani2020-07-221-3/+3
| * Fix regex on test.Jan Lindström2020-07-221-2/+2
* | MDEV-23252 Assertion failure 'req_type.is_dblwr_recover() || err == DB_SUCCES...Thirunarayanan Balathandayuthapani2020-07-223-6/+9
* | MDEV-23254 Replace FSP_FLAGS_HAS_PAGE_COMPRESSION with fil_space_t::is_compre...Thirunarayanan Balathandayuthapani2020-07-221-3/+3
* | Fix regex on test.Jan Lindström2020-07-221-2/+2
* | MDEV-21910 Deadlock between BF abort and manual KILL commandbb-10.5-MDEV-21910sjaakola2020-07-2216-216/+441
* | Merge 10.4 into 10.5Marko Mäkelä2020-07-2124-182/+647
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-07-2113-93/+295
| |\
| | * MDEV-15880: ASAN heap-use-after-free with innodb_evict_tables_on_commit_debugMarko Mäkelä2020-07-211-2/+7
| | * MDEV-16929 Assertion ... in close_thread_tables upon killing connectionMonty2020-07-213-0/+36
| | * MDEV-20661 Virtual fields are not recalculated on system fields value assignmentAleksey Midenkov2020-07-209-57/+169
| | * MDEV-22061 InnoDB: Assertion of missing row in sec index row_start upon REPLA...Aleksey Midenkov2020-07-205-34/+83
| * | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-2111-59/+210
| * | MDEV-22899 Assertion `field->col->is_binary() || field->prefix_len % field->c...Eugene Kosov2020-07-203-26/+172
* | | MDEV-22970 Possible corruption of page_compressed tables, orThirunarayanan Balathandayuthapani2020-07-209-19/+58
* | | Merge 10.4 into 10.5Marko Mäkelä2020-07-2029-145/+265
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-07-2025-115/+195
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-2021-122/+166
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-07-2036-283/+358
| | | |\
| | | | * MDEV-23190 InnoDB data file extension is not crash-safeMarko Mäkelä2020-07-2024-197/+313
| | | | * Cleanup: Remove fil_check_adress_in_tablespace()Marko Mäkelä2020-07-206-70/+24
| | | | * Cleanup: Remove unused AbstractCallback::m_free_limitMarko Mäkelä2020-07-202-18/+0
| | | | * Making the stat_tables_innodb test deterministicVarun Gupta2020-07-182-21/+15
| | | | * MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
| | | | * MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
| | | | * check_linker_flag: use for linker flagsDaniel Black2020-07-152-1/+29
| | | | * MDEV-22851: Engine independent index statistics are incorrect for large table...Varun Gupta2020-07-154-15/+67
| | | * | MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
| | | * | MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
| | * | | MDEV-18371 Server crashes in ha_innobase::cmp_ref upon UPDATE with PARTITION ...Alexey Botchkov2020-07-173-3/+34
| * | | | MDEV-22771 Instant extension of CHAR column is wrongly allowedMarko Mäkelä2020-07-204-40/+50
* | | | | MDEV-21910: Null-merge 10.4 to 10.5 (FIXME: really merge this!)Marko Mäkelä2020-07-200-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/bb-10.4-MDEV-21910' into 10.4Julius Goryavsky2020-07-1616-216/+442
| |\ \ \ \
| | * | | | Fix perfschema.nesting test case after fix.bb-10.4-MDEV-21910Jan Lindström2020-06-261-143/+152
| | * | | | MDEV-21910 Deadlock between BF abort and manual KILL commandsjaakola2020-06-2615-73/+290
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-168-64/+78
|\ \ \ \ \ \ | |/ / / / /