MDEV-30655 IMPORT TABLESPACE fails with column count or index count mismatch

- Merge commit ceb72cce
conflicts with 944beb9e (MDEV-19506)
and fails to update the table after reloading the fts table.
parent ceb72cce
......@@ -2213,6 +2213,7 @@ row_import_cleanup(row_prebuilt_t* prebuilt,
if (err == DB_SUCCESS) {
reload_fts_table(prebuilt, fts_table);
table= prebuilt->table;
ib::warn() << "Added system generated FTS_DOC_ID "
"and FTS_DOC_ID_INDEX while importing "
"the tablespace " << prebuilt->table->name;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment