History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25580
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Gregory Shrago
Reporter: Alexander Chernikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

SQL: MySQL ANALYZE, CHECK, OPTIMIZE, REPAIR statements are not supported

Created: 27 Mar 08 19:48   Updated: 08 Apr 08 13:27
Component/s: SQL
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,254


 Description  « Hide
The following MySQL script:
ANALYZE TABLE Artful;
CHECK TABLE Artful;
OPTIMIZE TABLE Artful;
REPAIR TABLE Artful;

is highlighted incorrectly:
1. REPAIR keyword is not highlighted as keyword at all.
2. Other 3 keywords are highlighted correctly, but reported as error: "Unexpected ANALYZE", etc.
Actually all statements are executed without error.

Notice, this is MySQL-specific request, not common for SQL support.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.