mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Fixed typos, thanks to Adriano
This commit is contained in:
parent
bdd398dbc4
commit
57d768f062
@ -743,7 +743,7 @@ Function:
|
||||
Note, engine internally uses unsigned 8-byte integer for commit numbers,
|
||||
while SQL language have no unsigned integers, thus one should be ready
|
||||
to see negative numbers here (it is possible only if engine commits more
|
||||
than 2^32 transactions since last database start, as global commit number
|
||||
than 2^63 transactions since last database start, as global commit number
|
||||
is reset at each restart).
|
||||
|
||||
There are some "special" values used for non-committed transactions and
|
||||
@ -757,7 +757,7 @@ Function:
|
||||
See also README.read_consistency.md
|
||||
|
||||
Format:
|
||||
RDB$SYSTEM_PRIVILEGE( <number> )
|
||||
RDB$GET_TRANSACTION_CN( <number> )
|
||||
|
||||
Examples:
|
||||
select rdb$get_transaction_cn(current_transaction) from rdb$database;
|
||||
|
Loading…
Reference in New Issue
Block a user