Home » Database » SQL_Parser » Bug #4086
(UN)LOCK TABLES statements not recognized (MySQL)
Details
| Submitted | 2005-04-06 19:46 UTC |
|---|---|
| From | epte at ruffdogs dot com |
| Assigned | cybot |
| Status | Closed |
| Package | SQL_Parser |
| PHP Version | Irrelevant |
| Roadmaps | 0.5.1 |
Comments
[2005-04-06 19:46 UTC] epte at ruffdogs dot com
Description:
------------
The following MySQL queries break:
Reproduce code:
---------------
UNLOCK TABLES;
LOCK TABLES `mpn_bannerfinish` WRITE;
Actual result:
--------------
Parse error: Unknown action :unlock on line 2
UNLOCK TABLES;
^ found: "UNLOCK"
Parse error: Unknown action :lock on line 2
LOCK TABLES `mpn_bannerfinish` WRITE;
^ found: "LOCK"