Skip to content

MySQLOO 9.7.3

Compare
Choose a tag to compare
@FredyH FredyH released this 01 Feb 01:13
· 11 commits to master since this release

Changes from MySQLOO 9.7.2

  • Fixed query:ping() and query:wait() potentially freezing the server
    • Using query:ping() and query:wait() should never be able to cause a deadlock now, however you should still not rely on this being the case.
  • Fixed a memory leak involving db:ping()
  • Added mysqloo.referenceCreatedCount() and mysqloo.referenceFreedCount() debug functions to test for memory leaks