celery / django-celery

Old Celery integration project for Django

Home Page:http://celery.github.com/django-celery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@@tx_isolation is deprecated since MYSQL 5.7.20

Sergei-Rudenkov opened this issue · comments

@@tx_isolation is deprecated since MYSQL 5.7.20, we should use @@transaction_isolation instead
https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_tx_isolation

fixed