﻿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
8461	manage.py reset crashes running initial SQL if there's a #comment on the same line as valid SQL	niccl	nobody	"manage.py reset can run initial SQL. If this SQL has valid SQL at the start, followed by a # comment, then it will fail with 
{{{_mysql_exceptions.ProgrammingError: (2014, ""Commands out of sync; you can't run this command now"")}}}

It fails because the regex in sql.py doesn't check for '# comment' when parsing the SQL file. '# comment' is valid in (at least) MySQL.

"		closed	Core (Management commands)	dev		wontfix			Someday/Maybe	1	0	0	0	0	0
