Skip to content

Commit cbbbf3b

Browse files
committed
Fix: altering the default collation of a system character set should be supported.
Thanks to Pavel Zotov.
1 parent 90841d1 commit cbbbf3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dsql/DdlNodes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ class AlterCharSetNode final : public DdlNode
260260
DdlNode* dsqlPass(DsqlCompilerScratch* dsqlScratch) override
261261
{
262262
dsqlScratch->qualifyExistingName(charSet, obj_charset);
263-
protectSystemSchema(charSet.schema, obj_charset);
264263
dsqlScratch->ddlSchema = charSet.schema;
265264

266265
dsqlScratch->qualifyExistingName(defaultCollation, obj_collation);

0 commit comments

Comments
 (0)