Skip to content

Commit 295f3e5

Browse files
MDEV-30655 IMPORT TABLESPACE fails with column count or index count mismatch
- Merge commit ceb72cc conflicts with 944beb9 (MDEV-19506) and fails to update the table after reloading the fts table.
1 parent ceb72cc commit 295f3e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/innobase/row/row0import.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,6 +2213,7 @@ row_import_cleanup(row_prebuilt_t* prebuilt,
22132213

22142214
if (err == DB_SUCCESS) {
22152215
reload_fts_table(prebuilt, fts_table);
2216+
table= prebuilt->table;
22162217
ib::warn() << "Added system generated FTS_DOC_ID "
22172218
"and FTS_DOC_ID_INDEX while importing "
22182219
"the tablespace " << prebuilt->table->name;

0 commit comments

Comments
 (0)