Comment 16 for bug 1226532

Revision history for this message
Krunal Bauskar (krunal-bauskar) wrote :

commit 0c123f6749cb90e17a3aeb37db5f8861e116a20c
Author: Krunal Bauskar <email address hidden>
Date: Fri Sep 11 08:33:13 2015 +0530

    - bug#1226532 : handle_fatal_signal (sig=11) in rec_offs_n_fields on INSERT query

      A multi-threaded workload can cause a thread to become active doing insert when
      an index is marked for online-ddl activity.

      With fake-change enabled online-ddl logging should be avoided.
      Note: We just need to do bare minimum undo-logging for transaction to rollback

PR#159