From 672f2bd5488642b304707155cd8902d910b9f70c Mon Sep 17 00:00:00 2001 From: "kostja@vajra.(none)" <> Date: Wed, 16 May 2007 16:05:19 +0400 Subject: [PATCH] Fix a typo. --- sql/event_data_objects.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/event_data_objects.cc b/sql/event_data_objects.cc index 41f2f89db24..9394bdcdae5 100644 --- a/sql/event_data_objects.cc +++ b/sql/event_data_objects.cc @@ -1914,7 +1914,7 @@ Event_job_data::execute(THD *thd, bool drop) thd->variables.time_zone= time_zone; /* - Peculiar initialization order is a clutch to avoid races in SHOW + Peculiar initialization order is a crutch to avoid races in SHOW PROCESSLIST which reads thd->{query/query_length} without a mutex. */ thd->query_length= 0; @@ -1974,7 +1974,7 @@ end: else { /* - Peculiar initialization order is a clutch to avoid races in SHOW + Peculiar initialization order is a crutch to avoid races in SHOW PROCESSLIST which reads thd->{query/query_length} without a mutex. */ thd->query_length= 0;