Skip to content
  • Rohit Kalhans's avatar
    0e31781d
    BUG#14843764:FULLTEXT INDEX EXISTS, UPDATE WITH LIMIT, REPLICATION BREAKS · 0e31781d
    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. 
    0e31781d
    BUG#14843764:FULLTEXT INDEX EXISTS, UPDATE WITH LIMIT, REPLICATION BREAKS
    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. 
Loading