mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Misc
This commit is contained in:
parent
48c5585275
commit
3d4aec86e9
@ -258,4 +258,3 @@ f none @prefix@/doc/README.xnet=$SRCDIR/../../doc/README.xnet 0644 firebird fire
|
||||
# Service
|
||||
|
||||
f none /@prefix@/gds_db-tcp.xml=$SRCDIR/../../builds/install/arch-specific/solaris/CS/gds_db-tcp.xml 0644 firebird firebird
|
||||
|
||||
|
@ -190,7 +190,7 @@ Connection* Provider::getConnection(thread_db* tdbb, const string& dbName,
|
||||
|
||||
Connection** conn_ptr = m_connections.begin();
|
||||
Connection** end = m_connections.end();
|
||||
|
||||
|
||||
for (; conn_ptr < end; conn_ptr++)
|
||||
{
|
||||
Connection* conn = *conn_ptr;
|
||||
|
@ -455,7 +455,7 @@ static bool process_statement(bool flush_flag)
|
||||
{
|
||||
if (!dbb->dbb_statistics)
|
||||
{
|
||||
dbb->dbb_statistics = (int *) gds__alloc((SLONG) sizeof(PERF64));
|
||||
dbb->dbb_statistics = (int*) gds__alloc((SLONG) sizeof(PERF64));
|
||||
#ifdef DEBUG_GDS_ALLOC
|
||||
// We don't care about QLI specific memory leaks for V4.0
|
||||
gds_alloc_flag_unfreed((void *) dbb->dbb_statistics); // QLI: don't care
|
||||
|
Loading…
Reference in New Issue
Block a user