summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30986 hybrid build with 10.6 InnoDB10.56-MDEV-30986Marko Mäkelä2023-04-18228-49012/+42281
* Fix compilation on gcc 11.2.0Sergei Petrunia2023-04-131-2/+2
* Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2023-04-053-2/+6
|\
| * MDEV-29602 : Galera debug build crashes when the spider plugin is enabledJan Lindström2023-04-041-0/+3
| * MDEV-30971 Add a new system variable aria_data_home_dirAlexander Barkov2023-04-041-1/+1
| * MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collationsAlexander Barkov2023-04-041-1/+2
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-031-3/+6
|\ \ | |/
| * ensure that STRING_WITH_LEN is only used with string literalsSergei Golubchik2023-04-011-3/+6
* | Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-3130-133/+146
|\ \ | |/
| * MDEV-30453 Setting innodb_buffer_pool_filename to an empty string attempts to...Marko Mäkelä2023-03-291-40/+2
| * MDEV-30581 Add a testcase for MDEV-29904Yuchen Pei2023-03-282-0/+10
| * MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export...Vlad Lesin2023-03-278-52/+48
| * MDEV-30882 Crash on ROLLBACK in a ROW_FORMAT=COMPRESSED tableMarko Mäkelä2023-03-223-17/+92
| * MDEV-27912 Fixing inconsistency w.r.t. expect files in tests.Yuchen Pei2023-03-228-17/+11
| * Remove a bogus UNIV_ZIP_DEBUG checkMarko Mäkelä2023-03-211-6/+0
| * MDEV-29692 Assertion `(writeptr + (i * size)) != local_frame' failed upon IMP...Marko Mäkelä2023-03-211-2/+4
| * Fix cmake -DWITH_INNODB_EXTRA_DEBUG (UNIV_ZIP_DEBUG)Marko Mäkelä2023-03-201-2/+3
| * MDEV-26198 Assertion `0' failed in row_log_table_apply_op duringThirunarayanan Balathandayuthapani2023-03-141-1/+3
| * MDEV-30567 rec_get_offsets() is not optimalMarko Mäkelä2023-03-061-77/+60
| * MDEV-30597 Assertion `flag == 1' failed in row_build_index_entry_lowThirunarayanan Balathandayuthapani2023-02-231-6/+16
| * MDEV-29782 CONNECT YEAR type conversion fixAndrew Hutchings2023-02-213-1/+27
| * MDEV-30615 Can't read from I_S.INNODB_SYS_INDEXES when having a discarded ta...Thirunarayanan Balathandayuthapani2023-02-161-3/+5
| * MDEV-29091: Correct event_name in PFS for wait caused by FOR UPDATEHaidong Ji2023-02-151-1/+2
| * MDEV-30597 Assertion `flag == 1' failed in row_build_index_entry_lowThirunarayanan Balathandayuthapani2023-02-141-0/+18
* | MDEV-30936 fixupMarko Mäkelä2023-03-282-2/+1
* | MDEV-30936 clang 15.0.7 -fsanitize=memory fails massivelyMarko Mäkelä2023-03-2815-59/+26
* | MDEV-30882 Crash on ROLLBACK in a ROW_FORMAT=COMPRESSED tableMarko Mäkelä2023-03-222-17/+89
* | MDEV-30860 Race condition between buffer pool flush and log file deletion in ...Marko Mäkelä2023-03-161-5/+5
* | MDEV-30775 Performance regression in fil_space_t::try_to_close() introduced i...Vlad Lesin2023-03-103-14/+76
* | MDEV-30819 InnoDB fails to start up after downgrading from MariaDB 11.0Marko Mäkelä2023-03-093-14/+28
* | MDEV-30567 rec_get_offsets() is not optimalMarko Mäkelä2023-03-061-118/+90
* | MDEV-30753 Possible corruption due to trx_purge_free_segment()Marko Mäkelä2023-02-282-59/+39
* | Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-274-17/+42
* | MDEV-30671 InnoDB undo log truncation fails to wait for purge of historyMarko Mäkelä2023-02-246-190/+158
* | MDEV-30657 InnoDB: Not applying UNDO_APPEND due to corruptionMarko Mäkelä2023-02-152-7/+21
* | Fix S3 engine Coverity hitsAndrew Hutchings2023-02-142-4/+4
* | MDEV-30552 InnoDB recovery crashes when error handling scenarioThirunarayanan Balathandayuthapani2023-02-142-0/+9
* | MDEV-30551 InnoDB recovery hangs when buffer pool ran out of memoryThirunarayanan Balathandayuthapani2023-02-142-1/+26
* | Merge 10.4 into 10.5Marko Mäkelä2023-02-10133-366/+232
|\ \ | |/
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-09132-350/+228
| * innodb: cmake - sched_getcpu removed - not usedDaniel Black2023-02-081-6/+0
| * MDEV-30554 RockDB libatomic linking on riscv64Daniel Black2023-02-071-6/+2
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-2814-92/+111
| |\
* | | MDEV-30479 optimization: Invoke recv_sys_t::trim() earlierMarko Mäkelä2023-02-062-16/+10
* | | MDEV-30479 OPT_PAGE_CHECKSUM mismatch after innodb_undo_log_truncate=ONMarko Mäkelä2023-02-061-1/+1
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-2721-201/+331
|\ \ \
| * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-2614-92/+111
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix connect bson.cpp warningVicențiu Ciorbaru2023-01-201-1/+1
| | * Fix mroonga warning of use-after-freeVicențiu Ciorbaru2023-01-201-2/+2
| | * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-2013-90/+109