summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28706 Redundant InnoDB table fails during alterThirunarayanan Balathandayuthapani2022-06-301-0/+1
* MDEV-21310 AUTO_INCREMENT column throws range error on INSERT in partitioned ...Nayuta Yanagisawa2022-06-281-2/+10
* MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during...Marko Mäkelä2022-06-271-0/+2
* MDEV-28389 fixup: Fix compiler warningsMarko Mäkelä2022-06-271-1/+4
* MDEV-28389: Simplify the InnoDB corrupted page outputMarko Mäkelä2022-06-274-234/+39
* MDEV-28854 Disallow INSERT DELAYED on Spider tableHirokazu Hata2022-06-279-35/+71
* MDEV-21027 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Shunsuke Tokunaga2022-06-161-0/+7
* MDEV-27766: connect engine; INSERT ignore option, was ignoredMathew Heard2022-06-104-4/+42
* MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted tableMarko Mäkelä2022-06-091-5/+1
* Cleanup: Remove unused error code DB_FORCED_ABORTMarko Mäkelä2022-06-082-8/+2
* MDEV-28716: Portability: unlink() can return EPERM instead of EISDIRMarko Mäkelä2022-06-011-0/+1
* Fixed bug in ma_loghandler.cc that could cause an assertMonty2022-05-301-10/+2
* MDEV-9020: Connect issues ALTER TABLE DISABLE KEYS when inserting dataMathew Heard2022-05-271-19/+0
* MDEV-25257 SEGV in fts_get_next_doc_id upon some INSERTThirunarayanan Balathandayuthapani2022-05-251-0/+1
* MDEV-28541 Unused counter Innodb_encryption_key_rotation_list_lengthMarko Mäkelä2022-05-163-9/+0
* MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non...Marko Mäkelä2022-05-166-42/+2
* MDEV-28301 Spider: Fix GCC warnings, comparing the result of pointer addition...Nayuta Yanagisawa2022-05-131-21/+9
* Merge branch '10.2' into 10.3Sergei Golubchik2022-05-072-3/+8
|\
| * MDEV-28478: INSERT into SPATIAL INDEX in TEMPORARY table writes logMarko Mäkelä2022-05-062-4/+9
* | MDEV-17843 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_queue_validat...Vlad Lesin2022-05-041-17/+10
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-033-27/+10
|\ \ | |/
| * MDEV-28417 Merge new release of InnoDB 5.7.38 to 10.2Marko Mäkelä2022-04-273-27/+6
| |\
| | * MDEV-28416 Incorrect AUTO_INCREMENT may be issued when close to UINT64_MAXMarko Mäkelä2022-04-271-2/+2
| | * MDEV-28415 ALTER TABLE on a large table hangs InnoDBMarko Mäkelä2022-04-271-24/+3
| |/
| * MDEV-27758: Errors when building Connect engine on os x 11.6.2Dmitry Shulga2022-04-221-1/+5
* | MDEV-28422 Page split breaks a gap lockMarko Mäkelä2022-04-273-7/+52
* | MDEV-11415 merge fixup: Remove a redundant callMarko Mäkelä2022-04-251-4/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2022-04-211-2/+2
|\ \ | |/
| * MDEV-28317 Assertion failures in row_undo_mod on recoveryMarko Mäkelä2022-04-191-2/+2
* | MDEV-28369 ibuf_bitmap_mutex is an unnecessary contention pointMarko Mäkelä2022-04-216-50/+14
* | MDEV-20194 Warnings inconsistently issued upon CHECK on table from older vers...Thirunarayanan Balathandayuthapani2022-04-201-2/+4
* | MDEV-28314 : The Galera cluster primary node goes into hang mode when innodb_...Jan Lindström2022-04-201-1/+3
* | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2022-04-143-1/+19
|\ \ | |/
| * MDEV-28225 Disallow user to create Spider temporary tableKiyoshiTakeda2022-04-113-1/+19
* | MDEV-28269 Assertion `save_errno' in maria_write or ER_GET_ERRNOMonty2022-04-112-1/+5
* | MDEV-25116 Spider: IF(COUNT( trigger SQL Error (1054)_ Unknown column '' in f...Nayuta Yanagisawa2022-04-084-2/+74
* | MDEV-28247 : Disable background ibuf merge during Galera SSTJan Lindström2022-04-071-0/+11
* | MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-0610-126/+112
* | Merge 10.2 into 10.3Marko Mäkelä2022-04-062-1/+2
|\ \ | |/
| * MDEV-27343 Useless warning "InnoDB: Allocated tablespace ID <id> for <tablena...Vlad Lesin2022-03-301-4/+6
| * Cleanup: Remove some unused functionsMarko Mäkelä2022-03-301-1/+1
* | Merge 10.2 into 10.3Marko Mäkelä2022-03-294-78/+43
|\ \ | |/
| * MDEV-27931: buf_page_is_corrupted() wrongly claims corruptionMarko Mäkelä2022-03-281-72/+24
| * Fixed warning for maria.maria-recovery2 about crashed tablebb-10.2-montyMonty2022-03-181-4/+6
| * Fix gcc-12 -O2 -Warray-boundsMarko Mäkelä2022-03-171-3/+1
| * Fix gcc-12 -O2 -Wmaybe-uninitializedMarko Mäkelä2022-03-171-3/+4
| * MDEV-28091 PERFORMANCE_SCHEMA unit tests fail due to memory misalignmentMarko Mäkelä2022-03-161-0/+14
* | MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2Vlad Lesin2022-03-102-0/+12
* | MDEV-27992 DELETE fails to delete record after blocking is releasedVlad Lesin2022-03-078-336/+193
* | Merge 10.2 into 10.3Marko Mäkelä2022-03-041-1/+2
|\ \ | |/