summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23897 SIGSEGV on commit with innodb_lock_schedule_algorithm=VATSMarko Mäkelä2020-10-061-4/+3
* MDEV-23888: Potential server hang on replication with InnoDBMarko Mäkelä2020-10-061-0/+6
* MDEV-16664: Add deprecation warning for innodb_lock_schedule_algorithm=VATSMarko Mäkelä2020-10-051-5/+14
* Cleanup: Remove unused SYNC_REC_LOCKMarko Mäkelä2020-10-052-11/+0
* Cleanup: Orphan que_thr_mutex declarationMarko Mäkelä2020-10-021-3/+0
* Cleanup: Remove fts_t::bg_threads_mutex, fts_t::bg_threadsMarko Mäkelä2020-10-027-25/+2
* MDEV-23856 fts_optimize_wq accessed after shutdown of FTS Optimize threadThirunarayanan Balathandayuthapani2020-09-301-3/+7
* Cleanup: Remove unused fts_cache_t::optimize_lockMarko Mäkelä2020-09-307-12/+0
* Cleanup: Remove constant parameters async=false, index_name=NULLMarko Mäkelä2020-09-294-41/+6
* MDEV-23839 innodb_fast_shutdown=0 hang on change buffer mergeMarko Mäkelä2020-09-291-1/+4
* Merge 10.1 into 10.2Marko Mäkelä2020-09-294-14/+14
|\
| * Cleanup: Remove unused rw_lock_t::writer_is_wait_exMarko Mäkelä2020-09-292-14/+2
| * MDEV-22277 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2020-09-282-0/+12
* | Fix GCC 10.2.0 -Og -fsanitize=undefined -Wmaybe-uninitializedMarko Mäkelä2020-09-231-5/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-09-222-0/+2
|\ \ | |/
| * MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-077-539/+1534
| * InnoDB, XtraDB: handle EOPNOTSUPP from posix_fallocate()xdavidwu2020-09-042-0/+2
* | MDEV-22939: Restore an AUTO_INCREMENT checkMarko Mäkelä2020-09-221-0/+6
* | MDEV-22939 Server crashes in row_make_new_pathname()Marko Mäkelä2020-09-221-9/+9
* | Make DISCARD TABLESPACE more robustMarko Mäkelä2020-09-221-1/+1
* | MDEV-23776: Re-apply the fix and make the test more robustMarko Mäkelä2020-09-221-0/+6
* | MDEV-23705 Assertion 'table->data_dir_path || !space'Marko Mäkelä2020-09-221-1/+2
* | Revert "MDEV-23776 Test encryption.create_or_replace fails with a warning"Marko Mäkelä2020-09-221-6/+0
* | MDEV-23776 Test encryption.create_or_replace fails with a warningMarko Mäkelä2020-09-211-0/+6
* | MDEV-18867: Remove an orphan functionVlad Lesin2020-09-211-16/+0
* | MDEV-23711 make mariabackup innodb redo log read error message more clearVlad Lesin2020-09-211-0/+2
* | MDEV-20396 Server crashes after DELETE with SEL NULL Foreign key and aNikita Malyavin2020-09-141-23/+18
* | MDEV-18867 Long Time to Stop and StartThirunarayanan Balathandayuthapani2020-09-111-3/+4
* | MDEV-23101 : SIGSEGV in lock_rec_unlock() when Galera is enabledJan Lindström2020-09-101-154/+133
* | MDEV-18867 Long Time to Stop and StartThirunarayanan Balathandayuthapani2020-09-109-1444/+282
* | MDEV-23456 fixup: Simplify a comparisonMarko Mäkelä2020-09-091-3/+2
* | MDEV-22924 fixup: Replace C++11 autoMarko Mäkelä2020-09-091-1/+1
* | MDEV-22924 fixup: Replace C++11 nullptrMarko Mäkelä2020-09-091-1/+1
* | MDEV-23685 SIGSEGV on ADD FOREIGN KEY after failed ADD KEYMarko Mäkelä2020-09-091-1/+5
* | MDEV-23456 fixup: Fix mtr_t::get_fix_count()Marko Mäkelä2020-09-091-17/+8
* | MDEV-23456 fil_space_crypt_t::write_page0() is accessing an uninitialized pageThirunarayanan Balathandayuthapani2020-09-0912-157/+240
* | MDEV-22924 Corruption in MVCC read via secondary indexbb-10.2-MDEV-22924Marko Mäkelä2020-09-072-12/+70
* | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-077-539/+1534
* | MDEV-23600 follow-up: uninitialized rec_field_is_prefixMarko Mäkelä2020-09-041-3/+2
* | Fix a typo in the previous csetSergei Petrunia2020-09-041-1/+1
* | MDEV-23661: RocksDB produces "missing initializer for member" warningsSergei Petrunia2020-09-031-0/+3
* | MDEV-23470 InnoDB: Failing assertion: cmp < 0 in row_ins_check_foreign_constr...Thirunarayanan Balathandayuthapani2020-09-021-9/+65
* | innodb: osx build failure fixDaniel Black2020-09-021-0/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-09-014-34/+43
|\ \ | |/
| * MDEV-23600 Division by 0 in row_search_with_covering_prefixMarko Mäkelä2020-09-012-29/+34
| * MDEV-23569 temporary tables can overwrite existing filesSergei Golubchik2020-08-252-6/+6
* | Cleanup: Avoid repeated calls to dict_col_t::is_virtual()Marko Mäkelä2020-09-012-23/+16
* | MDEV-20618 Assertion failed in row_upd_sec_index_entryNikita Malyavin2020-09-015-51/+112
* | MDEV-18366 Crash on SELECT on a table with indexed virtual columnsNikita Malyavin2020-09-018-173/+131
* | MDEV-23557 Galera heap-buffer-overflow in wsrep_rec_get_foreign_keybb-10.2-MDEV-23557sjaakola2020-08-281-8/+8