oldbread3

Results 6 comments of oldbread3

Not finally decided, more like second one. Cause we already use some thing like [Trunk Based Development](https://trunkbaseddevelopment.com/) for cloud. Like to hear your suggestion :)

Just use Go-MySQL-Driver should be ok

> As far as i know, It's not thread safe Not known for sure. But any golang driver works with MySQL, should be also works with PolarDB-X. Just use something...

> you can't just close this issue Sorry for that. Cause PolarDB-X is MySQL compatible, so we do not need special driver, also not know much about golang driver for...

Will this fix cause exception for statement like ```set password for yejr@'%' = password('xx');``` ?

Amend use name at code path below might be the proper way to fix this issue. https://github.com/polardb/polardbx-sql/blob/ffd596b88044465c0bfdcda7d19a2882fe0acc89/polardbx-parser/src/main/java/com/alibaba/polardbx/druid/sql/dialect/mysql/parser/MySqlStatementParser.java#L6506