We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3323b7b commit 07b76faCopy full SHA for 07b76fa
enginetest/queries/alter_table_queries.go
@@ -1041,7 +1041,7 @@ var AlterTableScripts = []ScriptTest{
1041
Query: "show create table t",
1042
Expected: []sql.Row{{
1043
"t",
1044
- "CREATE TABLE `t` (\n `i` int COMMENT 'newl ine \\n | return \\r | backslash \\\\ | NUL \\0 x00 | ctrlz \x1A x1A'," +
+ "CREATE TABLE `t` (\n `i` int COMMENT 'newline \\n | return \\r | backslash \\\\ | NUL \\0 x00 | ctrlz \x1A x1A'," +
1045
"\n `j` int COMMENT 'newline \\n | return \\r | backslash \\\\ | NUL \\0 x00 | ctrlz \x1A x1A'\n" +
1046
") ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_bin"}},
1047
},
0 commit comments