minor bug fix for mysql -d --file-read

This commit is contained in:
Bernardo Damele 2011-12-06 10:57:23 +00:00
parent 0f5d48ff20
commit 8fe72d87a8

View File

@ -218,7 +218,8 @@ SQL_STATEMENTS = {
"insert ", "insert ",
"update ", "update ",
"delete ", "delete ",
"merge ", ), "merge ",
"load ", ),
"SQL data control": ( "SQL data control": (
"grant ", ), "grant ", ),