mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
5.6.32
This commit is contained in:
parent
720e04ff67
commit
b4f97a1499
7 changed files with 107 additions and 21 deletions
|
|
@ -1987,7 +1987,7 @@ wait_again:
|
|||
/* Sync fts cache for other fts indexes to keep all
|
||||
fts indexes consistent in sync_doc_id. */
|
||||
err = fts_sync_table(const_cast<dict_table_t*>(new_table),
|
||||
false, true);
|
||||
false, true, false);
|
||||
|
||||
if (err == DB_SUCCESS) {
|
||||
fts_update_next_doc_id(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue