ZmingZinnia commented on code in PR #30868:
URL: https://github.com/apache/shardingsphere/pull/30868#discussion_r1718218599


##########
proxy/frontend/type/mysql/src/main/java/org/apache/shardingsphere/proxy/frontend/mysql/command/query/text/fieldlist/MySQLComFieldListPacketExecutor.java:
##########
@@ -53,7 +53,7 @@
 @RequiredArgsConstructor
 public final class MySQLComFieldListPacketExecutor implements CommandExecutor {
     
-    private static final String SQL = "SHOW COLUMNS FROM %s FROM %s";
+    private static final String SQL = "SHOW COLUMNS FROM `%s` FROM %s";

Review Comment:
   This has been too long, I'm trying to reproduce the issue, it may take some 
time. 



-- 
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]

Reply via email to