diff options
author | unknown <dlenev@mysql.com> | 2005-08-24 23:44:42 +0400 |
---|---|---|
committer | unknown <dlenev@mysql.com> | 2005-08-24 23:44:42 +0400 |
commit | 9017addfd8e0a232b24bfe61aa9821feb45350bb (patch) | |
tree | d83d641c25ba04363061458ebd8d090b58a5b02c /sql/sp_rcontext.h | |
parent | 43e07c3b916bb967838c2dc5c63be3589385b4cf (diff) | |
download | mariadb-git-9017addfd8e0a232b24bfe61aa9821feb45350bb.tar.gz |
Correction of fix for bug #12280 "Triggers: crash if flush tables".
We should not assume that "thd" argument of reload_acl_and_cache() is
non-zero. Failure to do so will cause server to crash when one sends
SIGHUP to it.
sql/sql_parse.cc:
reload_acl_and_cache():
When we call this function from SIGHUP handler we pass 0 as "thd" argument
to it. So we should not assume that thd is non-zero in it.
Diffstat (limited to 'sql/sp_rcontext.h')
0 files changed, 0 insertions, 0 deletions