Browse Source
MDEV-27582 Fulltext DDL decrements the FTS_DOC_ID value
MDEV-27582 Fulltext DDL decrements the FTS_DOC_ID value
- InnoDB FTS DDL decrements the FTS_DOC_ID when there is a deleted marked record involved. FTS_DOC_ID must never be reused. The purpose of FTS_DOC_ID is to be a unique row identifier that will be changed whenever a fulltext indexed column is updated.pull/2045/head
6 changed files with 90 additions and 53 deletions
-
29mysql-test/suite/innodb_fts/r/innodb-fts-ddl.result
-
1mysql-test/suite/innodb_fts/t/innodb-fts-ddl.opt
-
25mysql-test/suite/innodb_fts/t/innodb-fts-ddl.test
-
49storage/innobase/fts/fts0fts.cc
-
23storage/innobase/include/fts0fts.h
-
16storage/innobase/row/row0merge.cc
@ -1 +1,2 @@ |
|||
--enable-plugin-innodb-sys-tables |
|||
--innodb_ft_index_table |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue