Skip to content
Snippets Groups Projects
  1. Apr 01, 2016
  2. Mar 31, 2016
    • akwizgran's avatar
      Don't allow reentrant transactions. · 7e3d3625
      akwizgran authored
      The database's transaction lock is reentrant, meaning that a thread that's already holding the lock can acquire it again. This would allow a thread that already has a transaction in progress to start another transaction, which could cause transaction isolation issues and/or lock timeouts on the database's internal locks.
      
      Check that the current thread isn't already holding the lock when starting a transaction.
      7e3d3625
  3. Mar 30, 2016
  4. Mar 29, 2016
  5. Mar 28, 2016
  6. Mar 26, 2016
  7. Mar 16, 2016
  8. Mar 14, 2016
  9. Mar 11, 2016
  10. Mar 08, 2016
  11. Mar 07, 2016
  12. Mar 04, 2016
  13. Feb 29, 2016
  14. Feb 26, 2016
  15. Feb 22, 2016
  16. Feb 19, 2016
  17. Feb 18, 2016
  18. Feb 17, 2016
  19. Feb 11, 2016
Loading