~akopytov/percona-xtrabackup/bug1166888-2.0

Viewing all changes in revision 529.

  • Committer: Alexey Kopytov
  • Date: 2013-04-11 05:42:38 UTC
  • Revision ID: akopytov@gmail.com-20130411054238-cg2el2y6du5l3nk0
Bug #1166888: XtraBackup segfaults after period of time

The problem was that that the log copying thread did not call
my_thread_init() which resulted in a crash as soon as any mysys function
tried to access my_thread_var.

Fixed by calling my_thread_init() and my_thread_end() when necessary.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: