2932 Commits (633417308f163141a822398fcf8e7f281bcda38b)

Author SHA1 Message Date
Sergei Golubchik 633417308f MDEV-37312 ASAN errors or assertion failure upon attempt to UPDATE FOR PORTION violating long unique under READ COMMITTED 2 months ago
Sergei Golubchik fb2f324f85 MDEV-37310 Non-debug failing assertion node->pcur->rel_pos == BTR_PCUR_ON upon violating long unique under READ-COMMITTED 2 months ago
Sergei Golubchik 5622f3f5e8 MDEV-37268 HA_ERR_KEY_NOT_FOUND upon UPDATE or partitioned table with unique hash under READ-COMMITTED 3 months ago
Sergei Golubchik 2b11a0e991 MDEV-37268 assert upon UPDATE or partitioned table with unique hash under READ-COMMITTED 3 months ago
Sergei Golubchik 774039e410 MDEV-37268 ER_DUP_ENTRY upon REPLACE into table with unique hash under READ-COMMITTED 3 months ago
Sergei Golubchik 3a2e1f87a1 MDEV-37268 ER_NOT_KEYFILE or assertion failure upon REPLACE into table with unique hash under READ-COMMITTED 3 months ago
Sergei Golubchik 9703c90712 MDEV-37199 UNIQUE KEY USING HASH accepting duplicate records 3 months ago
Sergei Golubchik 2746c19a9c MDEV-37203 UBSAN: applying zero offset to null pointer in strings/ctype-uca.inl | my_uca_strnncollsp_onelevel_utf8mb4 | handler::check_duplicate_long_entries_update 3 months ago
Sergei Golubchik d8c2362912 cleanup: long unique checks 3 months ago
Sergei Golubchik c27d78beb5 MDEV-36870 Spurious unrelated permission error when selecting from table with default that uses nextval(sequence) 3 months ago
Monty 2d5dfc47a9 Define error message for HA_ERR_INCOMPATIBLE_DEFINITION 3 months ago
Monty ce4f83e6b9 MDEV-29157 SELECT using ror_merged scan fails with s3 tables 5 months ago
Monty 22024da64e MDEV-36143 Row event replication with Aria does not honour BLOCK_COMMIT 5 months ago
Nikita Malyavin e6ea5d568c MDEV-36507 fix dbug_print_row concurrent access 7 months ago
Julius Goryavsky b983a911e9 galera mtr tests: synchronization between branches and editions 6 months ago
Julius Goryavsky 41565615c5 galera: synchronization changes to stop random test failures 7 months ago
Monty cc4d9200c4 MDEV-33813 ERROR 1021 (HY000): Disk full (./org/test1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") 7 months ago
Julius Goryavsky 3a4c0295ae galera: synchronization between branches and editions 7 months ago
Jan Lindström b167730499 MDEV-34891 : SST failure occurs when gtid_strict_mode is enabled 9 months ago
Daniele Sciascia 0018df2b55 galera fix: Assertion `WSREP(thd)` failed in wsrep_restore_kill_after_commit() 2 years ago
Julius Goryavsky 862d1be2e6 MDEV-25718 addendum: stabilization of test success (especially for 11.4+) 9 months ago
Sergey Vojtovich b730abda09 MDEV-33285 - Assertion `m_table' failed in ha_perfschema::rnd_end on CHECKSUM TABLE 11 months ago
Julius Goryavsky d32ec7d48e MDEV-35852 : ASAN heap-use-after-free in WSREP_DEBUG after INSERT DELAYED 9 months ago
Jan Lindström 43c36b3c88 MDEV-35852 : ASAN heap-use-after-free in WSREP_DEBUG after INSERT DELAYED 9 months ago
Aleksey Midenkov e1e1e50bba MDEV-35343 DML debug logging 9 months ago
Denis Protivensky 901c6c7ab6 MDEV-33064: Sync trx->wsrep state from THD on trx start 2 years ago
Marko Mäkelä ddd7d5d8e3 MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 10 months ago
Brandon Nesterenko 7a8eb26bda MDEV-34348: Fix casting related to plugins 12 months ago
Brandon Nesterenko dbfee9fc2b MDEV-34348: Consolidate cmp function declarations 12 months ago
Monty 93fb364cd9 Removed not used ha_drop_table() 11 months ago
Monty 066f920484 MDEV-35110 Deadlock on Replica during BACKUP STAGE BLOCK_COMMIT on XA transactions 1 year ago
Aleksey Midenkov d37bb140b1 MDEV-31297 Create table as select on system versioned tables do not 1 year ago
Alexander Barkov a931da82fa MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 1 year ago
Yuchen Pei fa8ce92cc0
MDEV-34682 Return the return value of ddl recovery done in ha_initialize_handlerton 1 year ago
Yuchen Pei 384ec03e48
MDEV-34421 Check the SQL command when resolving storage engine 1 year ago
Brandon Nesterenko ea9869504d MDEV-33921: Replication breaks when filtering two-phase XA transactions 1 year ago
Denis Protivensky cfbd57dfb7 MDEV-33064: Sync trx->wsrep state from THD on trx start 2 years ago
Dave Gosselin db0c28eff8 MDEV-33746 Supply missing override markings 1 year ago
Vladislav Vaintroub 736449d30f MDEV-34205: ASAN stack buffer overflow in strxnmov() in frm_file_exists 1 year ago
Yuchen Pei a6ae1c2dfb
MDEV-32487 Check plugin is ready when resolving storage engine 1 year ago
Sergei Golubchik 22b3ba9312 MDEV-25102 UNIQUE USING HASH error after ALTER ... DISABLE KEYS 1 year ago
Sergei Golubchik 4f5dea43df cleanup 1 year ago
Sergei Golubchik 947eeaa6dc MDEV-29345 update case insensitive (large) unique key with insensitive change of value - duplicate key 1 year ago
Nikita Malyavin 72429cad7f MDEV-30046 wrong row targeted with "insert ... on duplicate" and "replace" 3 years ago
Yuchen Pei b84d335d9d
MDEV-33538 make auxiliary spider plugins init depend on actual spider 2 years ago
Sergei Golubchik 41e7ceb0ac MDEV-33889 Read only server throws error when running a create temporary table as select statement 2 years ago
Jan Lindström 7aa86eb1e1 MDEV-33828 : Transactional commit not supported by involved engine(s) 2 years ago
sjaakola 2fcf2ec229 MDEV-33749 hyphen in table name can cause galera certification failures 2 years ago
Kristian Nielsen c73c6aea63 MDEV-33426: Aria temptables wrong thread-specific memory accounting in slave thread 2 years ago
Marko Mäkelä 0381921e26 MDEV-33277 In-place upgrade causes invalid AUTO_INCREMENT values 2 years ago