mariadb/storage
Sergei Golubchik 25b4000290 InnoDB support for hlindexes and mhnsw
* mhnsw:
  * use primary key, innodb loves and (and the index cannot have dupes anyway)
    * MyISAM is ok with that, performance-wise
  * must be ha_rnd_init(0) because we aren't going to scan
    * MyISAM resets the position on ha_rnd_init(0) so query it before
    * oh, and use the correct handler, just in case
  * HA_ERR_RECORD_IS_THE_SAME is no error
* innodb:
  * return ref_length on create
  * don't assume table->pos_in_table_list is set
  * ok, assume away, but only for system versioned tables
* set alter_info on create (InnoDB needs to check for FKs)
* pair external_lock/external_unlock correctly
2024-11-05 14:00:49 -08:00
..
archive cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
blackhole cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
columnstore Merge '11.4' into 11.6 2024-10-03 15:59:20 +10: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: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
federatedx cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
heap cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00
innobase InnoDB support for hlindexes and mhnsw 2024-11-05 14:00:49 -08:00
maria mhnsw: build indexes with the columns of exactly right size 2024-11-05 14:00:49 -08:00
mroonga initial support for vector indexes 2024-11-05 14:00:48 -08:00
myisam mhnsw: build indexes with the columns of exactly right size 2024-11-05 14:00:49 -08:00
myisammrg cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
oqgraph cleanup: init_tmp_table_share(bool thread_specific) 2024-11-05 14:00:48 -08:00
perfschema initial support for vector indexes 2024-11-05 14:00:48 -08:00
rocksdb cleanup: unused function argument 2024-11-05 14:00:48 -08:00
sequence MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
sphinx cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
spider cleanup: thd->alloc<>() and thd->calloc<>() 2024-11-05 14:00:48 -08:00
test_sql_discovery MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00