BUG#18283 When InnoDB returns error 'lock table full', MySQL can write
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.
Showing
Please register or sign in to comment