Commit b4182897 authored by unknown's avatar unknown

Fix a typo.


sql/event_data_objects.cc:
  Fix typo.
parent 60d05808
......@@ -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 @@ Event_job_data::execute(THD *thd, bool drop)
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment