From e9fb68f482a9871caedaf64282c0ba90ac23a8b7 Mon Sep 17 00:00:00 2001 From: dimitr Date: Thu, 12 Jun 2008 07:40:42 +0000 Subject: [PATCH] Fixed my English :-) --- doc/README.monitoring_tables | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.monitoring_tables b/doc/README.monitoring_tables index 2db2a9df22..5ac783f314 100644 --- a/doc/README.monitoring_tables +++ b/doc/README.monitoring_tables @@ -277,7 +277,7 @@ Monitoring tables FROM MON$CONTEXT_VARIABLES VAR WHERE VAR.MON$ATTACHMENT_ID = CURRENT_CONNECTION - 7) Report top 10 statements ranted by their memory usage: + 7) Report top 10 statements ranked by their memory usage: SELECT FIRST 10 STMT.MON$ATTACHMENT_ID, STMT.MON$SQL_TEXT, MEM.MON$MEMORY_USED FROM MON$MEMORY_USAGE MEM NATURAL JOIN MON$STATEMENTS STMT @@ -289,7 +289,7 @@ Modifications of the monitoring tables Monitoring tables also allow some special administration activities, in particular: cancelling running statements and terminating client sessions. This is done via deletes - from tables MON$STATEMENTS and MON$ATTACHMENTS respectfully. Deletes from other tables, + from tables MON$STATEMENTS and MON$ATTACHMENTS respectively. Deletes from other tables, as well as inserts/updates issued against them, are prohibited. Notes: