8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
This commit is contained in:
asfernandes 2009-09-25 02:17:08 +00:00
parent f6bd9980ce
commit d81d9da928
4 changed files with 3 additions and 4 deletions

View File

@ -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),

View File

@ -256,4 +256,3 @@ public:
} //namespace Jrd
#endif // JRD_BTR_H

View File

@ -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
*
**************************************/

View File

@ -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;
}