mariadb/mysql-test/suite/innodb_fts
Thirunarayanan Balathandayuthapani db245e1140 MDEV-25984 Assertion `max_doc_id > 0' failed in fts_init_doc_id()
- rollback_inplace_alter_table() locks the fts internal tables.
At the time, insert tries to fetch the doc id from config table,
fails to lock the config table and returns doc id as 0.

fts_cmp_set_sync_doc_id(): Retry to fetch the doc id again if
it encounter DB_LOCK_WAIT_TIMEOUT error
2023-02-22 18:54:00 +05:30
..
r MDEV-25984 Assertion `max_doc_id > 0' failed in fts_init_doc_id() 2023-02-22 18:54:00 +05:30
t MDEV-25984 Assertion `max_doc_id > 0' failed in fts_init_doc_id() 2023-02-22 18:54:00 +05:30