• unknown's avatar
    Bug #30768 query cache patch for bug #21074 crashes on windows · 319c6ef1
    unknown authored
    "pthread_mutex_trylock" isn't implemented correctly for the Windows platform.
    
    This temporary patch reverts the patch for bug#21074 for Windows until
    pthread_mutex_trylock is properly implemented. 
    
    
    sql/sql_cache.cc:
      Added code branch for the Windows platform to avoid a faulty pthread_mutex_trylock
      implementation.
    319c6ef1
sql_cache.cc 131 KB