mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Fixed "missing initializer for member `nod_types::nod_t_sql_node'".
This commit is contained in:
parent
0fbd1e795e
commit
650c421092
@ -181,7 +181,7 @@ static struct nod_types {
|
||||
{ KW_COUNT, nod_count, nod_rpt_count, nod_agg_count },
|
||||
{ KW_AVERAGE, nod_average, nod_rpt_average, nod_agg_average },
|
||||
{ KW_TOTAL, nod_total, nod_rpt_total, nod_agg_total },
|
||||
{ KW_none, nod_any, nod_any }
|
||||
{ KW_none, nod_any, nod_any, nod_any }
|
||||
};
|
||||
|
||||
static NOD_T relationals[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user