mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 03:23:03 +01:00
Misc.
This commit is contained in:
parent
e724a3bf94
commit
7d014142ba
@ -1702,7 +1702,7 @@ void DYN_delete_role( Global* gbl, const UCHAR** ptr)
|
||||
break;
|
||||
case DEL_R_FAIL_SYSTEM:
|
||||
DYN_error_punt(false, 284, SafeArg() << role_name.c_str());
|
||||
// msg 284: can not drop system SQL role @1
|
||||
// msg 284: cannot drop system SQL role @1
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -997,7 +997,7 @@ const int SECS_PER_DAY = SECS_PER_HOUR * 24;
|
||||
class CleanupTraceHandles
|
||||
{
|
||||
public:
|
||||
CleanupTraceHandles(Firebird::MemoryPool&)
|
||||
explicit CleanupTraceHandles(Firebird::MemoryPool&)
|
||||
{};
|
||||
|
||||
~CleanupTraceHandles()
|
||||
|
@ -6020,6 +6020,7 @@ static RecordSource* gen_union(thread_db* tdbb,
|
||||
|
||||
stream_array_t inner_streams;
|
||||
inner_streams[0] = nstreams;
|
||||
fb_assert(nstreams <= MAX_STREAMS);
|
||||
memcpy(inner_streams + 1, streams, nstreams);
|
||||
|
||||
jrd_nod* clauses = union_node->nod_arg[e_uni_clauses];
|
||||
|
Loading…
Reference in New Issue
Block a user