mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Misc.
This commit is contained in:
parent
8288081297
commit
f4ec6b3be2
@ -206,7 +206,7 @@ struct udf_blob
|
|||||||
class OwnedBlobStack : public Stack<blb*>
|
class OwnedBlobStack : public Stack<blb*>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
OwnedBlobStack(thread_db* in_tdbb) :
|
explicit OwnedBlobStack(thread_db* in_tdbb) :
|
||||||
m_blob_created(0), m_tdbb(in_tdbb)
|
m_blob_created(0), m_tdbb(in_tdbb)
|
||||||
{}
|
{}
|
||||||
~OwnedBlobStack();
|
~OwnedBlobStack();
|
||||||
|
@ -364,7 +364,7 @@ static SLONG set_context(const vary* ns_vary, const vary* name_vary, const vary*
|
|||||||
TraceConnectionImpl conn(att);
|
TraceConnectionImpl conn(att);
|
||||||
TraceTransactionImpl tran(tra);
|
TraceTransactionImpl tran(tra);
|
||||||
|
|
||||||
Firebird::string* value_str = NULL;
|
const Firebird::string* value_str = NULL;
|
||||||
if (value_vary)
|
if (value_vary)
|
||||||
value_str = att->att_context_vars.get(name_str);
|
value_str = att->att_context_vars.get(name_str);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user