mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Misc
This commit is contained in:
parent
f6bd9980ce
commit
d81d9da928
@ -729,7 +729,7 @@ td.right {
|
||||
export CXXFLAGS=+DD64
|
||||
</pre>
|
||||
<p class="caption">
|
||||
Autoconf Environment Variables for HP-UX 11iv3, PA-RISC
|
||||
Autoconf Environment Variables for HP-UX 11i v3, PA-RISC
|
||||
</p>
|
||||
<P>
|
||||
Firebird requires the HP-UX Atomic APIs ("AtomicAPI" bundle),
|
||||
|
@ -256,4 +256,3 @@ public:
|
||||
} //namespace Jrd
|
||||
|
||||
#endif // JRD_BTR_H
|
||||
|
||||
|
@ -1157,7 +1157,7 @@ static void set_page(IRSB_NAV impure, WIN* window)
|
||||
**************************************
|
||||
*
|
||||
* Functional description
|
||||
* Take a LCK_btr_dont_gc lock on walked index page to prevent its
|
||||
* Take a LCK_btr_dont_gc lock on walked index page to prevent its
|
||||
* removal from index while page lock is not taken
|
||||
*
|
||||
**************************************/
|
||||
|
@ -182,7 +182,7 @@ void RSE_close(thread_db* tdbb, RecordSource* rsb)
|
||||
delete (*imp_nav->irsb_nav_bitmap);
|
||||
*imp_nav->irsb_nav_bitmap = NULL;
|
||||
}
|
||||
|
||||
|
||||
delete imp_nav->irsb_nav_records_visited;
|
||||
imp_nav->irsb_nav_records_visited = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user