mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Misc
This commit is contained in:
parent
7808e9d546
commit
9c1918d39b
@ -78,7 +78,7 @@ Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
|
||||
<h4>2.1.-Visual Studio</h4>
|
||||
<ol>
|
||||
<li>Install VisualStudio 8/9</li>
|
||||
<li>You can try to compile it with <a href=http://www.microsoft.com/express/vc/>Visual Studio Express</a> but it will no be able to build the <a href=http://www.nabble.com/building-head-with-visual-studio-2008-%28vc9%29-td25620414.html>control panel applet</a> but the server building is ok <br>
|
||||
<li>You can try to compile it with <a href=http://www.microsoft.com/express/vc/>Visual Studio Express</a> but it will not be able to build the <a href=http://www.nabble.com/building-head-with-visual-studio-2008-%28vc9%29-td25620414.html>control panel applet</a> but the server building is ok <br>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
@ -5153,7 +5153,8 @@ static int get_related(BufferDesc* bdb, PagesArray &lowPages, int limit, const U
|
||||
*
|
||||
**************************************/
|
||||
const struct que* base = &bdb->bdb_lower;
|
||||
for (const struct que* que_inst = base->que_forward; que_inst != base; que_inst = que_inst->que_forward)
|
||||
for (const struct que* que_inst = base->que_forward; que_inst != base;
|
||||
que_inst = que_inst->que_forward)
|
||||
{
|
||||
const Precedence* precedence = BLOCK(que_inst, Precedence*, pre_lower);
|
||||
if (precedence->pre_flags & PRE_cleared)
|
||||
@ -6669,5 +6670,3 @@ static void clear_dirty_flag(thread_db* tdbb, BufferDesc* bdb)
|
||||
tdbb->getDatabase()->dbb_backup_manager->unlockDirtyPage(tdbb);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -3030,6 +3030,7 @@ static rhd* locate_space(thread_db* tdbb,
|
||||
|
||||
PagesArray lowPages;
|
||||
SLONG dp_primary = 0;
|
||||
|
||||
if (type == DPM_secondary)
|
||||
{
|
||||
USHORT pp_sequence;
|
||||
|
Loading…
Reference in New Issue
Block a user