MyHomeworkSpace / client

The MyHomeworkSpace client.
MIT License
4 stars 4 forks source link

Something relating to school enrollment is leaking transactions #99

Open thatoddmailbox opened 4 years ago

thatoddmailbox commented 4 years ago

See title. I suspect it has to do with the schools table and the enrollment process. Whatever it is, it makes MySQL and/or InnoDB very a n g e r y.

See results of the transactions section in SHOW ENGINE INNODB STATUS:

image

Worked around by restarting API server, but should be fixed in long term.