1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-04 17:23:46 +03:00
Files
mariadb/sql/sql_cache.cc
unknown 319c6ef199 Bug #30768 query cache patch for bug #21074 crashes on windows
"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.
2007-10-01 12:44:29 +02:00

131 KiB