mariadb/storage
Sergey Vojtovich 1cc7ef52e3 MDEV-34919 Aria crashes with high-level (vector) indexes
Since high-level index tables do not participate in thr_multi_lock(), added
explicit call to THR_LOCK::start_trans(). This is needed mostly for Aria to
handle transaction logging.
2024-11-05 14:00:52 -08:00
..
archive cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
blackhole MDEV-35035 Assertion failure in ha_blackhole::position upon INSERT into blackhole table with vector index 2024-11-05 14:00:50 -08:00
columnstore cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
connect cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
csv cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
example cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
federated cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
federatedx cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
heap MDEV-35043 Unsuitable error upon an attempt to create MEMORY table with vector key 2024-11-05 14:00:51 -08:00
innobase MDEV-35104 Invalid (old?) table or database name upon DDL on table with vector key and unique key 2024-11-05 14:00:51 -08:00
maria MDEV-34919 Aria crashes with high-level (vector) indexes 2024-11-05 14:00:52 -08:00
mroonga cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
myisam make MyISAM and Aria report correct reflength to the server 2024-11-05 14:00:51 -08:00
myisammrg MDEV-35042 Vector indexes are allowed for MERGE tables, but do not 2024-11-05 14:00:51 -08:00
oqgraph cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
perfschema initial support for vector indexes 2024-11-05 14:00:48 -08:00
rocksdb MDEV-35245 SHOW CREATE TABLE produces unusable statement for vector fields with constant default value 2024-11-05 14:00:52 -08:00
sequence cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
sphinx cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
spider cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
test_sql_discovery MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00