summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-10-011-3/+7
|\
| * MDEV-23856 fts_optimize_wq accessed after shutdown of FTS Optimize threadThirunarayanan Balathandayuthapani2020-09-301-3/+7
* | Merge 10.2 into 10.3Marko Mäkelä2020-09-3013-60/+17
|\ \ | |/
| * 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-292-7/+7
| |\
| | * Cleanup: Remove unused rw_lock_t::writer_is_wait_exMarko Mäkelä2020-09-291-7/+1
| | * MDEV-22277 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2020-09-281-0/+6
* | | Merge branch '10.2' into 10.3Sujatha2020-09-281-5/+1
|\ \ \ | |/ /
| * | Fix GCC 10.2.0 -Og -fsanitize=undefined -Wmaybe-uninitializedMarko Mäkelä2020-09-231-5/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-221-0/+1
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-09-221-0/+1
| |\ \ | | |/
| | * InnoDB, XtraDB: handle EOPNOTSUPP from posix_fallocate()xdavidwu2020-09-041-0/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-222-14/+13
|\ \ \ | |/ /
| * | 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
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-213-16/+8
|\ \ \ | |/ /
| * | 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
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-219-1548/+434
|\ \ \ | |/ /
| * | 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
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-0915-152/+254
|\ \ \ | |/ /
| * | 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
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-041-3/+2
|\ \ \ | |/ /
| * | MDEV-23600 follow-up: uninitialized rec_field_is_prefixMarko Mäkelä2020-09-041-3/+2
* | | MDEV-23651: Fix the Windows buildMarko Mäkelä2020-09-041-8/+8
* | | MDEV-23651 InnoDB: Failing assertion: !space->referenced()Marko Mäkelä2020-09-035-118/+128
* | | Merge 10.2 into 10.3Marko Mäkelä2020-09-039-267/+343
|\ \ \ | |/ /
| * | 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-011-13/+20
| |\ \ | | |/
| | * MDEV-23600 Division by 0 in row_search_with_covering_prefixMarko Mäkelä2020-09-011-14/+17
| * | 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