mariadb/storage/innobase/srv
Sunny Bains ae6e2a23b2 Fix Bug #58653 - Sporadic crash due to assertion failure 0 == space->n_pending_flushes
Check whether the master and purge thread are active after creating them. Do
not proceed until both threads have started. We do this by checking whether a
slot has been reserved by both the respective threads.
      
Add srv_thread_has_reserved_slot() returns slot no or ULINT_UNDEFINED.
      
rb://536 Approved by Jimmy
2011-01-06 21:41:30 +11:00
..
srv0srv.c Fix Bug #58653 - Sporadic crash due to assertion failure 0 == space->n_pending_flushes 2011-01-06 21:41:30 +11:00
srv0start.c Fix Bug #58653 - Sporadic crash due to assertion failure 0 == space->n_pending_flushes 2011-01-06 21:41:30 +11:00