8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
robocop 2009-02-08 12:44:01 +00:00
parent 8288081297
commit f4ec6b3be2
2 changed files with 7 additions and 7 deletions

View File

@ -206,7 +206,7 @@ struct udf_blob
class OwnedBlobStack : public Stack<blb*>
{
public:
OwnedBlobStack(thread_db* in_tdbb) :
explicit OwnedBlobStack(thread_db* in_tdbb) :
m_blob_created(0), m_tdbb(in_tdbb)
{}
~OwnedBlobStack();

View File

@ -364,7 +364,7 @@ static SLONG set_context(const vary* ns_vary, const vary* name_vary, const vary*
TraceConnectionImpl conn(att);
TraceTransactionImpl tran(tra);
Firebird::string* value_str = NULL;
const Firebird::string* value_str = NULL;
if (value_vary)
value_str = att->att_context_vars.get(name_str);