summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix search for json subtable in tabjson.cppOlivier Bertrand2020-10-061-15/+33
| | * | | Fix compile error in tabjson.cpp (ULONG -> ulong)Olivier Bertrand2020-10-051-17/+20
| | * | | - Use BIN type when charset='binary'Olivier Bertrand2020-10-058-16/+64
| | * | | - Fix allocating work space larger than 4GBOlivier Bertrand2020-10-032-17/+26
| | * | | - Make possible to allocate work space larger than 4GBOlivier Bertrand2020-10-0112-82/+108
| * | | | 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
* | | | | MDEV-21201 No records produced in information_schema query, depending on proj...Sergei Golubchik2020-10-232-1/+4
* | | | | cleanup: use predefined CMAKE_DL_LIBSSergei Golubchik2020-10-233-3/+2
* | | | | cleanup: use my_multi_malloc(), etcSergei Golubchik2020-10-231-15/+10
* | | | | Merge 10.2 into 10.3Marko Mäkelä2020-10-2226-155/+211
|\ \ \ \ \ | |/ / / /
| * | | | 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-20100 MariaDB 13.3.9 Crash "[ERROR] mysqld got signal 11 ;"Kentoku SHIBA2020-10-205-0/+264
* | | | | MDEV-23072 Diskspace not reused for Blob in data fileThirunarayanan Balathandayuthapani2020-10-201-15/+16
* | | | | 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-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
* | | | | 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-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
* | | | | 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