I believe that the HTML encoding removes some spaces-
You have (when I copy)
Quote:
DELIMITER $$
CREATE PROCEDURE testing()
BEGIN
select * from test1;
END$$
DELIMITER;
Please try to remove the leading spaces. I can reproduce it with the leading spaces. But not if I remove them. If this is the problem it is a bug with the SQLyog 'tokenizer'.
Alos please tell what program version you are using. 9.33 or 9.4 beta. This is important for us to know.