summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t
Commit message (Expand)AuthorAgeFilesLines
* Fixed warning from innodb.create_isl_with_direct if have_symlink is disabledbb-10.3-montyMonty2022-11-291-6/+5
* MDEV-29977 Memory leak in row_log_table_apply_updateThirunarayanan Balathandayuthapani2022-11-151-2/+19
* MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific erro...Daniel Black2022-11-112-2/+92
* MDEV-10087 mysqld_update()/mysql_delete() continues execution even after subq...Vlad Lesin2022-11-091-0/+81
* MDEV-29742 heap number overflowMarko Mäkelä2022-10-101-1/+4
* MDEV-29710: Valgrind tests massively fail due to silently killing server on s...Marko Mäkelä2022-10-055-0/+6
* MDEV-29710: Disable innodb.table_flags under ValgrindMarko Mäkelä2022-10-051-0/+6
* MDEV-29666 InnoDB fails to purge secondary index records when indexed virtual...Marko Mäkelä2022-10-051-0/+32
* MDEV-29600 Memory leak in row_log_table_apply_update()Marko Mäkelä2022-09-221-1/+24
* Cleanup: Remove redundant output from a testMarko Mäkelä2022-09-221-34/+0
* MDEV-29479 I_S.INNODB_SYS_TABLESPACES doesn't have temporary tablespace info...Thirunarayanan Balathandayuthapani2022-09-141-0/+6
* MDEV-23801 Assertion failed in btr_pcur_store_position()Marko Mäkelä2022-09-131-0/+41
* MDEV-29433 innodb.lock_delete_updated is unstableVlad Lesin2022-09-081-7/+5
* MDEV-13668 fixup: Remove test work-aroundsMarko Mäkelä2022-08-311-8/+2
* MDEV-29409 Buffer overflow in my_wc_mb_filename() on RENAME TABLEMarko Mäkelä2022-08-301-1/+18
* MDEV-29258 Failing assertion for name length on RENAME TABLEMarko Mäkelä2022-08-301-1/+16
* MDEV-29403 innodb.innodb_sys_semaphore_waits fails with wrong errno 5014bb-10.3-elenstElena Stepanova2022-08-281-2/+2
* MDEV-13013 InnoDB unnecessarily extends data filesThirunarayanan Balathandayuthapani2022-08-171-0/+1
* MDEV-14804 innodb.update_time occasionally failsMarko Mäkelä2022-08-011-25/+2
* MDEV-28980: Disable the test for --embeddedMarko Mäkelä2022-07-261-0/+4
* MDEV-28980 InnoDB: Failing assertion: len <= MAX_TABLE_NAME_LENMarko Mäkelä2022-07-252-0/+70
* MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during...Marko Mäkelä2022-06-271-0/+16
* Fix intermittent failures of innodb.stats_persistentMarko Mäkelä2022-06-171-1/+2
* Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-032-6/+41
|\
| * MDEV-28416 Incorrect AUTO_INCREMENT may be issued when close to UINT64_MAXMarko Mäkelä2022-04-272-6/+41
* | MDEV-28422 Page split breaks a gap lockMarko Mäkelä2022-04-271-0/+39
* | Merge branch '10.2' into 10.3Sergei Golubchik2022-04-211-0/+34
|\ \ | |/
| * MDEV-28317 Assertion failures in row_undo_mod on recoveryMarko Mäkelä2022-04-191-0/+34
* | MDEV-20194 Warnings inconsistently issued upon CHECK on table from older vers...Thirunarayanan Balathandayuthapani2022-04-201-0/+55
* | Avoid shutdown timeout in innodb.undo_truncateMarko Mäkelä2022-03-111-0/+2
* | MDEV-27992 DELETE fails to delete record after blocking is releasedVlad Lesin2022-03-072-60/+34
* | Merge 10.2 into 10.3Marko Mäkelä2022-03-041-0/+8
|\ \ | |/
| * MDEV-27993 Assertion failed in btr_page_reorganize_low()Marko Mäkelä2022-03-031-0/+8
* | Merge 10.2 into 10.3Marko Mäkelä2022-02-251-1/+1
|\ \ | |/
| * MDEV-27877 considerably speed up innodb_force_recovery testVladislav Vaintroub2022-02-171-1/+1
* | MDEV-20605 Awaken transaction can miss inserted by other transaction records ...Vlad Lesin2022-02-211-0/+79
* | MDEV-27025 insert-intention lock conflicts with waiting ORDINARY lockVlad Lesin2022-02-211-0/+60
* | Merge 10.2 into 10.3Marko Mäkelä2022-02-172-9/+34
|\ \ | |/
| * MDEV-27583 InnoDB uses different constants for FK cascade error message in SQ...Marko Mäkelä2022-02-171-0/+23
| * MDEV-27634 innodb_zip tests failing on s390xMarko Mäkelä2022-02-161-9/+11
* | Merge 10.2 into 10.3Marko Mäkelä2022-02-141-0/+26
|\ \ | |/
| * MDEV-27746 Wrong comparision of BLOB's empty preffix with non-preffixed BLOB ...Vlad Lesin2022-02-111-0/+26
* | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-2912-2/+123
|\ \ | |/
| * MDEV-27273 Confusing column count in IMPORT TABLESPACE error messagebb-10.2-MDEV-27273-import-column-checkEugene Kosov2022-01-211-0/+38
| * MDEV-26870 --skip-symbolic-links does not disallow .isl file creationMarko Mäkelä2022-01-217-0/+57
| * MDEV-27467: innodb to enforce the minimum innodb_buffer_pool_size in SET GLOBALDaniel Black2022-01-194-2/+27
| * MDEV-8851 innodb.innodb_information_schema fails sporadicallyMarko Mäkelä2022-01-141-0/+2
* | Merge branch 10.2 into 10.3Julius Goryavsky2021-12-232-3/+2
|\ \ | |/
| * MDEV-27268 Failed InnoDB initialization leaves garbage files behindMarko Mäkelä2021-12-151-3/+0
| * MDEV-27235: Crash on SET GLOBAL innodb_encrypt_tablesMarko Mäkelä2021-12-131-0/+2