fix single quote for ANSI_QUOTES sql_mode#5832
Conversation
📝 WalkthroughWalkthroughThe pull request updates a MySQL 8.0 Group Replication discovery query by changing the separator used in CONCAT from a quoted string ChangesMySQL Group Replication Query Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the SQL query MYSQL_8_GR_QUERY in lib/MySQL_Monitor.cpp to use single quotes for the colon separator in the CONCAT function instead of escaped double quotes. There are no review comments to address, and the change looks correct.
|
@renecannao Can you review please? |
|
Hi @fogelito , |
|



Fix ANSI_QUOTES when set in sql_mode.
ANSI_QUOTES is the default configuration in Digital Ocean managed databases.
This is our sql_mode configuration
I am getting an errors
Summary by CodeRabbit