SHOW CREATE TABLE
doesn't properly escape quotes in comments
#8509
Labels
bug
Something isn't working
SHOW CREATE TABLE
doesn't properly escape quotes in comments
#8509
When generating a
CREATE TABLE
statement for a table that contains comments, quotes in the comments are not properly escaped, resulting in aCREATE TABLE
statement that can't be executed.Repro:
The text was updated successfully, but these errors were encountered: