Skip to content

Commit 5b455e3

Browse files
authored
Extra initialization (#8293)
1 parent 3aedb7f commit 5b455e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsql/DdlNodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,7 @@ class CreateIndexNode : public DdlNode
17901790
MetaName name;
17911791
bool unique;
17921792
bool descending;
1793-
bool active;
1793+
bool active = true;
17941794
NestConst<RelationSourceNode> relation;
17951795
NestConst<ValueListNode> columns;
17961796
NestConst<ValueSourceClause> computed;

0 commit comments

Comments
 (0)