Bug #97741 DELIMITER keyword isn't recognized by syntax highlighter
Submitted: 22 Nov 2019 7:39 Modified: 9 Oct 2020 11:41
Reporter: Magnus Oxlund Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:8.0.18, 8.0.21 OS:MacOS (macOS 10.15.x Catalina x86_64)
Assigned to: CPU Architecture:Any
Tags: DELIMITER, syntaxhighlighting, WBBugReporter

[22 Nov 2019 7:39] Magnus Oxlund
Description:
The DELIMITER keyword isn't colored blue like other MySQL commands.

How to repeat:
Create a new .sql file in the SQL editor and paste the following code into it.

DELIMITER //

CREATE PROCEDURE sp_test()
BEGIN 
	SELECT some_column
    FROM some_table;
END //

DELIMITER ;
[9 Oct 2020 11:41] MySQL Verification Team
Hello Magnus Oxlund,

Thank you for the bug report.
Verified as described.

Regards,
Ashwini Patil