summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23370 innodb_fts.innodb_fts_misc failed in buildbot, server crashed in d...bb-10.2-MDEV-23370Thirunarayanan Balathandayuthapani2020-10-258-399/+68
* MDEV-23720 Change innodb_log_optimize_ddl=OFF by defaultMarko Mäkelä2020-10-251-4/+4
* MDEV-20755 InnoDB: Database page corruption on disk or a failed file read of ...Vlad Lesin2020-10-231-0/+2
* Merge 10.1 into 10.2Marko Mäkelä2020-10-2111-150/+123
|\
| * InnoDB 5.6.50Marko Mäkelä2020-10-215-35/+35
| |\
| | * MDEV-23999 Potential stack overflow in InnoDB fulltext searchMarko Mäkelä2020-10-214-34/+34
| |/
| * MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USERSergei Petrunia2020-10-161-6/+13
| * MDEV-23722 InnoDB: Assertion: result != FTS_INVALID in fts_trx_row_get_new_stateThirunarayanan Balathandayuthapani2020-10-086-70/+58
* | Revert MDEV-23484 Rollback unnecessarily acquires dict_operation_lockMarko Mäkelä2020-10-204-25/+65
* | MDEV-23996 Race conditions in SHOW ENGINE INNODB MUTEXMarko Mäkelä2020-10-203-23/+13
* | MDEV-23966 btr_search_sys->hash_tables accessed without taking proper ahi latchThirunarayanan Balathandayuthapani2020-10-191-1/+9
* | MDEV-23387 dict_load_foreign() fails to load the table during alterThirunarayanan Balathandayuthapani2020-10-191-1/+1
* | MDEV-23960 UBSAN ../storage/innobase/buf/buf0buddy.cc:350:6: runtime error: i...Eugene Kosov2020-10-141-1/+1
* | MDEV-21584 Linux aio returned OS error 22Eugene Kosov2020-10-143-7/+28
* | MDEV-21329 InnoDB: Failing assertion: lock->lock_word.load(std::memory_order_...Thirunarayanan Balathandayuthapani2020-10-081-0/+5
* | 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