mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Misc.
This commit is contained in:
parent
e934f55d0a
commit
a1349d3b44
@ -715,7 +715,7 @@ begin
|
||||
if pos('FORCE',Uppercase(CommandLine)) > 0 then
|
||||
ForceInstall:=True;
|
||||
|
||||
// For now we disable insaltion of the cpl applet until it is fixed.
|
||||
// For now we disable installation of the cpl applet until it is fixed.
|
||||
// if pos('NOCPL', Uppercase(CommandLine)) > 0 then
|
||||
NoCPL := True;
|
||||
|
||||
|
@ -5100,7 +5100,7 @@ static void list_staying_fast(thread_db* tdbb, record_param* rpb, RecordStack& s
|
||||
* Functional description
|
||||
* Get all the data that's staying so we can clean up indexes etc.
|
||||
* without losing anything. This is fast version of old list_staying.
|
||||
* It is used when current transaction own the record and thus guaranteed
|
||||
* It is used when current transaction owns the record and thus guaranteed
|
||||
* that versions chain is not changed during walking.
|
||||
*
|
||||
**************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user