mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
Extra initialization (#8293)
This commit is contained in:
parent
3aedb7fc62
commit
5b455e3b72
@ -1790,7 +1790,7 @@ public:
|
|||||||
MetaName name;
|
MetaName name;
|
||||||
bool unique;
|
bool unique;
|
||||||
bool descending;
|
bool descending;
|
||||||
bool active;
|
bool active = true;
|
||||||
NestConst<RelationSourceNode> relation;
|
NestConst<RelationSourceNode> relation;
|
||||||
NestConst<ValueListNode> columns;
|
NestConst<ValueListNode> columns;
|
||||||
NestConst<ValueSourceClause> computed;
|
NestConst<ValueSourceClause> computed;
|
||||||
|
Loading…
Reference in New Issue
Block a user