mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Misc.
This commit is contained in:
parent
8e782e04df
commit
331a464574
@ -166,6 +166,6 @@ public:
|
||||
LexerState lex;
|
||||
};
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
#endif // DSQL_PARSER_H
|
||||
|
@ -696,7 +696,7 @@ enum
|
||||
ddl_charset, ddl_collation//, ddl_sec_class
|
||||
};
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
// macros for error generation
|
||||
|
||||
|
@ -977,7 +977,7 @@ enum node_args {
|
||||
e_user_count
|
||||
};
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
namespace Jrd {
|
||||
|
||||
@ -1064,6 +1064,6 @@ enum nod_flags_vals {
|
||||
NOD_SPECIAL_SYNTAX = 1 // nod_sys_function
|
||||
};
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
#endif // DSQL_NODE_H
|
||||
|
@ -64,7 +64,7 @@ public:
|
||||
};
|
||||
typedef dsql_sym *DSQL_SYM;
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
#endif // DSQL_SYM_H
|
||||
|
||||
|
@ -64,7 +64,7 @@ namespace Jrd {
|
||||
dsql_req* request;
|
||||
};
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -5822,6 +5822,7 @@ ISC_STATUS API_ROUTINE fb__shutdown(ISC_STATUS * user_status)
|
||||
*
|
||||
**************************************/
|
||||
YEntry status(user_status);
|
||||
|
||||
try
|
||||
{
|
||||
// Shutdown clients before providers
|
||||
@ -5833,7 +5834,7 @@ ISC_STATUS API_ROUTINE fb__shutdown(ISC_STATUS * user_status)
|
||||
PTR entry = get_entrypoint(PROC_SHUTDOWN, n);
|
||||
if (entry != no_entrypoint)
|
||||
{
|
||||
if (entry(status) != 0)
|
||||
if (entry(status) != FB_SUCCESS)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user