From 20299bb856302154dbc69164913ed954646901a8 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Sat, 24 Mar 2007 17:44:09 +0000 Subject: [PATCH] Misc --- doc/README.monitoring_tables | 2 +- src/jrd/blb.cpp | 3 +++ src/remote/inet.cpp | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/README.monitoring_tables b/doc/README.monitoring_tables index fdc3d1e72a..d92704b6a0 100644 --- a/doc/README.monitoring_tables +++ b/doc/README.monitoring_tables @@ -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: diff --git a/src/jrd/blb.cpp b/src/jrd/blb.cpp index 0138f30e93..df9afbb86a 100644 --- a/src/jrd/blb.cpp +++ b/src/jrd/blb.cpp @@ -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(); diff --git a/src/remote/inet.cpp b/src/remote/inet.cpp index 63f8c7972f..a6a50fa7f5 100644 --- a/src/remote/inet.cpp +++ b/src/remote/inet.cpp @@ -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)