summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23299: Bad data in mysql.func can cause crashbb-10.5-MDEV-23299-danielblack-pr-1643zbdba2020-07-3118-24/+76
* Deb: Make RocksDB plugin depend on python3 as myrocks_hotbackup needs itOtto Kekäläinen2020-07-302-2/+1
* Deb: Proper DH_ and DEB_ flag use in debian/rulesOtto Kekäläinen2020-07-301-5/+9
* Deb: Stop suggesting tinyca, upstream project does not exist anymoreOtto Kekäläinen2020-07-301-2/+1
* Deb: Simplify and unify autobake-deb.shOtto Kekäläinen2020-07-301-54/+24
* Deb: Cleanup and documentOtto Kekäläinen2020-07-3012-165/+112
* Deb: On upgrades, stop both mysqld and mariadbd for backwards compatOtto Kekäläinen2020-07-302-0/+6
* Use mktemp instead of deprecated tempfileOtto Kekäläinen2020-07-301-1/+1
* Fix spelling errorsOtto Kekäläinen2020-07-304-5/+5
* MDEV-22110 InnoDB unnecessarily writes unmodified pagesMarko Mäkelä2020-07-288-141/+114
* MDEV-23304 Insert into TEMPORARY TABLE fails to invoke mtr_t::set_modified()Marko Mäkelä2020-07-281-0/+6
* MCOL-4166 The solution to the minor upgrade issueRoman Nozdrin2020-07-284-4/+2
* MDEV-23176: s3 curl library path fixDaniel Black2020-07-281-0/+1
* MDEV-23175: my_timer_milliseconds clock_gettime for multiple platfomrsDaniel Black2020-07-282-14/+23
* mtr: mysqld--help-aria test on OSX failDaniel Black2020-07-281-1/+1
* MDEV-22621: perfschema add FreeBSD include header for pthread_getthreadid_npDaniel Black2020-07-281-0/+4
* MDEV-23229 Read of Uninitialized memory during buffer pool resizingThirunarayanan Balathandayuthapani2020-07-241-3/+2
* 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