TeslaCN opened a new issue, #18700: URL: https://github.com/apache/shardingsphere/issues/18700
## Bug Report ### Which version of ShardingSphere did you use? master - 280415ac7c89e5bc4f9829ef1b96a31e917910c6 ### Expected behavior ```sql SET @@GLOBAL.sort_buffer_size = 1000000, @@SESSION.sort_buffer_size = 1000000, @@LOCAL.sort_buffer_size = 1000000; ``` `@@GLOBAL`, `@@SESSION`, `@@LOCAL` could be parsed into the scope of variable. ### Actual behavior  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
