Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
N/A
-
None
Description
bb-11.6-MDEV-32887-vector fe9092a8 |
MariaDB [test]> create table t (v binary(255) not null, vector index(v)) engine=Memory; |
ERROR 1939 (HY000): Engine MEMORY failed to discover table `test`.`t` with 'CREATE TABLE i ( layer tinyint not null, tref varbinary(8), vec blob not null, neighbors blob not null, unique (tref), key (layer)) ' |
It is not surprising that the attempt fails, but the error could be better.
Attachments
Issue Links
- is caused by
-
MDEV-34939 vector search in 11.7
- Closed