-
Rohit Kalhans authored
Background: If full-text index is present in the table, the replication logic doesnot ignore the fulltext index even though this cannot be used to find the correct row. The row applier switches to index scan, and thus failing. Fix: Ignore indices which do not support ha_index_next() while deciding if table_scan, index_scan or hash_scan should be used.
Rohit Kalhans authoredBackground: If full-text index is present in the table, the replication logic doesnot ignore the fulltext index even though this cannot be used to find the correct row. The row applier switches to index scan, and thus failing. Fix: Ignore indices which do not support ha_index_next() while deciding if table_scan, index_scan or hash_scan should be used.
Loading