Bug #89222 mysql workbench auto complete function error
Submitted: 14 Jan 2018 4:53 Modified: 20 Mar 2018 14:23
Reporter: 利东 李 Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S2 (Serious)
Version:6.3.10 OS:MacOS (OS X 10.11.x El Capitan x86_64)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[14 Jan 2018 4:53] 利东 李
Description:
----[For better reports, please attach the log file after submitting. You can find it in /Users/lilidong/Library/Application Support/MySQL/Workbench/log/wb.log]

6.3 previous versions can automatically complete system variables.The version after 6.3 won't work.e.g:@@autocommit,@@sql_safe_updates

How to repeat:
input set @@autocommit=0; No automatic completion.

Suggested fix:
 Automatic completion can add-on system variables.
[14 Jan 2018 19:25] MySQL Verification Team
Thank you for the bug report.
[20 Mar 2018 14:23] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 8.0.11 release, and here's the changelog entry:

Code completion did not provide a suggestion for the SELECT statement or
for system variables.

Thank you for the bug report.