summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19918 Server hangs or crashes while trying to lock mutex when theAlexey Botchkov2020-07-261-0/+27
* MDEV-22651: Bogus assertion in dict_table_t::init_instant()Marko Mäkelä2020-07-243-2/+18
* MDEV-22998 Free thd->mem_root at applier commit or rollback.Teemu Ollakka2020-07-241-0/+7
* Add missing includes.Jan Lindström2020-07-241-0/+2
* Update Galera global warning ignore list.Jan Lindström2020-07-243-0/+11
* MDEV-21718 Assertion in wsrep::client_state::before_command().Teemu Ollakka2020-07-245-0/+54
* Silence unnecessary warning.Jan Lindström2020-07-242-0/+7
* Update wsrep-lib version: improved error logging and diagnosticsAlexey Yurchenko2020-07-241-0/+0
* MDEV-20928 mtr test galera.galera_var_innodb_disallow_writes test failuresjaakola2020-07-243-30/+54
* MDEV-22458: Server with WSREP hangs after INSERT, wrong usage of mutex 'LOCK_...mkaruza2020-07-243-2/+57
* MDEV-21905: Galera test galera_var_notify_cmd causes hangmkaruza2020-07-243-10/+11
* aarch64: use compiler flag outline-atomics if availableTzachi Zidenberg2020-07-231-0/+5
* MDEV-23249: Support aarch64 architecture timerTzachi Zidenberg2020-07-232-2/+14
* 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
* 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
* | 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
* | | | 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.3 into 10.4Marko Mäkelä2020-07-167-62/+91
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge 10.2 into 10.3Marko Mäkelä2020-07-167-62/+91
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | MDEV-21347 innodb_log_optimize_ddl=OFF is not crash safeMarko Mäkelä2020-07-166-55/+80
| | * | | Make page validation stricterMarko Mäkelä2020-07-151-8/+6
| | * | | MDEV-23183 Infinite loop on page_validate() on corrupted pageMarko Mäkelä2020-07-151-1/+3
| | * | | Fix compile warningVladislav Vaintroub2020-07-151-1/+2
* | | | | Revert MDEV-20453 (string_view)Marko Mäkelä2020-07-156-460/+56
* | | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-1539-141/+467
|\ \ \ \ \ | |/ / / /