summaryrefslogtreecommitdiff
path: root/sql/event_data_objects.cc
diff options
context:
space:
mode:
authorunknown <kostja@vajra.(none)>2007-05-16 16:05:19 +0400
committerunknown <kostja@vajra.(none)>2007-05-16 16:05:19 +0400
commit2480ec63747aa3d5558e1c38bbced4af9fff29a7 (patch)
tree50f9ca3384ce16ab30ccf34c9945f4878abdbd76 /sql/event_data_objects.cc
parentb2b1629480033a40932948c4e7649428f8ed1586 (diff)
downloadmariadb-git-2480ec63747aa3d5558e1c38bbced4af9fff29a7.tar.gz
Fix a typo.
sql/event_data_objects.cc: Fix typo.
Diffstat (limited to 'sql/event_data_objects.cc')
-rw-r--r--sql/event_data_objects.cc4
1 files 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;