﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28794	tx_isolation deprecation warning with MySQL 5.7.20+	JC	Sergey Fedoseev	"Testing on ubuntu 17.10 and received this warning.

/site-packages/django/db/backends/mysql/base.py:71: Warning: (1287, ""'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead"")
  return self.cursor.execute(query, args)

Error does not halt execution but thought I would report it.


Ubuntu = 17.10
Python 3.6.3
MySQL Server/libmysqlclient = 5.7.20
Django version = 2.0b1
"	Cleanup/optimization	closed	Database layer (models, ORM)	2.0	Normal	fixed	mysql		Ready for checkin	1	0	0	0	0	0
