Bug #111604 Latest Workbench 8 doesn't recognize 'STOP/START REPLICA' as a valid statement.
Submitted: 28 Jun 2023 14:20 Modified: 30 Jun 2023 11:36
Reporter: Pedro Maldonado Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:8.0.33 OS:Windows (Microsoft Windows 10 Enterprise)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[28 Jun 2023 14:20] Pedro Maldonado
Description:
----[For better reports, please attach the log file after submitting. You can find it in C:\Users\Pedro.Maldonado\AppData\Roaming\MySQL\Workbench\log\wb.log]

The statements "STOP SLAVE" and "START SLAVE" against a MySQL Server version 8.0.33 in Workbench show a warning stating that "SLAVE" is deprecated and has been replaced with "REPLICA." When modifying the statement to use this new format, Workbench doesn't recognize "REPLICA" as valid, saying it expects "CHANGE, LOAD, PURGE, RESET, START, STOP."

Even with the error, the statement is run correctly.

How to repeat:
In Workbench, write replication management statements that MySQL 8.0.33 expects.  Workbench will underline red the word "REPLICA," stating it's not expecting it. 

Suggested fix:
Enforce deprecated warnings in Workbench 8.0.33
[28 Jun 2023 14:21] Pedro Maldonado
Workbench log file

Attachment: wb.log (application/octet-stream, text), 663.96 KiB.

[30 Jun 2023 11:36] MySQL Verification Team
Hello Pedro,

Thank you for the bug report.
Imho this is duplicate of Bug #104894, please see Bug #104894.

Regards,
Ashwini Patil