Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
Description
--source include/have_innodb.inc
|
|
CREATE TABLE t (v BLOB NOT NULL, VECTOR INDEX (v)) row_format=compressed ENGINE=InnoDB; |
ALTER TABLE t ADD f INT; |
INSERT INTO t VALUES (x'00000000',1); |
|
# Cleanup
|
DROP TABLE t; |
bb-11.6-MDEV-32887-vector f20a1f4e94f5fc700959ff6b7945aa8a5fd0c307 |
INSERT INTO t VALUES (x'00000000',1);
|
Warnings:
|
Warning 1082 InnoDB: Table test/t contains 1 indexes inside InnoDB, which is different from the number of indexes 0 defined in the MariaDB
|
Attachments
Issue Links
- is caused by
-
MDEV-34939 vector search in 11.7
- Closed