mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Fix a typo.
sql/event_data_objects.cc: Fix typo.
This commit is contained in:
parent
b2b1629480
commit
2480ec6374
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue