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