sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6.06k stars 983 forks source link

Removing trailing semicolon from `USE` #4628 #4629

Closed renecannao closed 3 months ago

renecannao commented 3 months ago

Trailing semicolon are now removed.

This commit also ensure that an error is returned if USE is part of a multi-statement.

Closes #4628