Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
Description
create table t (v vector(1) not null, vector(v)); |
insert into t values (0x31313131),(0x32323232); |
select v from t having vec_distance(v,0x30303030) > 0; |
drop table t; |
bb-11.8-MDEV-35450-vec_distance adac8f1b4f2635fffb90a9ec16175e3bda6ce1e9 |
mysqltest: At line 3: query 'select v from t having vec_distance(v,0x30303030) > 0' failed: ER_VEC_DISTANCE_TYPE (4206): Cannot determine distance type for VEC_DISTANCE, index is not found |
Attachments
Issue Links
- is caused by
-
MDEV-35450 VEC_DISTANCE() function to autouse the available index type
-
- Closed
-