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 2007-03-24 17:44:09 +00:00
parent 5a3bc60a0d
commit 20299bb856
3 changed files with 5 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Monitoring tables
System variables CURRENT_CONNECTION and CURRENT_TRANSACTION could be used
to select data about the current (for the caller) connection and transaction
respectfully. These variables correspond to the ID columns of the appropriate
respectively. These variables correspond to the ID columns of the appropriate
monitoring tables.
Security:

View File

@ -2453,6 +2453,9 @@ static void move_from_string(thread_db* tdbb, const dsc* from_desc, dsc* to_desc
// solely via checking that destination field belongs to updatable
// view, but direct check that blob is fully materialized should be
// more future proof.
// ASF: Blob ID could now be stored in any descriptor of parameters or
// variables. - 2007-03-24
jrd_tra* transaction = tdbb->tdbb_request->req_transaction;
if (transaction->tra_blobs.locate(blob_temp_id)) {
BlobIndex* current = &transaction->tra_blobs.current();

View File

@ -1627,7 +1627,7 @@ static int check_host(
**************************************
*
* Functional description
* Check the host on the other end of the socket to see it
* Check the host on the other end of the socket to see if
* it's an equivalent host.
* NB.: First check the ~/.rhosts then the HOSTS_FILE - both have
* the same line formats (see parse_line)