I have installed 4.2 RC1 and the bug is still here!
Actually I have 3 SQL statements in the query tab:
1st one is quite long (44 lines),
and following two are simple ones:
SELECT MAX(date_id) FROM calls;
UPDATE OLAP.calls, tinb.zones00 SET dest_id=code WHERE dest_id=100 AND date_id=1759 AND …
SQLyog 4.2 RC1 still executes 2nd (select max) query when cursor is placed on the left from the blank between “dest_id=100” and “AND” in the 3rd statement. (“…dest_id=100| AND date_id…”)
Full query tab content attached.
Vygi