• Jan Lindström's avatar
    MDEV-9356: innodb.innodb_bug53290 fails (crashes) on sol10-64 in buildbot · fa10a65d
    Jan Lindström authored
    Analysis: In storage/innobase/row/row0merge.cc InnoDB calls
    thd_progress_init, thd_progress_report and thd_progress_end
    functions. These seem to cause crash on solaris 10 64-bit.
    
    Fix: Disable progress reporting on UNIV_SOLARIS until the
    actual issue causing the crash is fixed. The actual bug
    is not on InnoDB code base.
    fa10a65d
row0merge.cc 106 KB