8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 15:23:03 +01:00

Extra initialization (#8293)

This commit is contained in:
Dimitry Sibiryakov 2024-10-25 23:06:52 +02:00 committed by GitHub
parent 3aedb7fc62
commit 5b455e3b72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;