• unknown's avatar
    BUG#18283 When InnoDB returns error 'lock table full', MySQL can write · 367442f7
    unknown authored
    to binlog too much.
    
    When InnoDB has to rollback a transaction because the lock table has
    filled up, it also needs to inform the upper layer that the transaction
    was rolled back so that the cached transaction is not written to the
    binary log.
    
    
    sql/ha_innodb.cc:
      When InnoDB rolls back a transaction in HA_ERR_LOCK_TABLE_FULL, it
      needs to inform the upper layer to rollback the transaction also.
    367442f7
ha_innodb.cc 168 KB