diff options
author | Dmitry Lenev <dlenev@mysql.com> | 2010-07-01 18:58:47 +0400 |
---|---|---|
committer | Dmitry Lenev <dlenev@mysql.com> | 2010-07-01 18:58:47 +0400 |
commit | 8ad1aa562f70374e49a3550f4d0f9a16cddfd4d2 (patch) | |
tree | c8a4b1e4824988427b1b8cda93bb15a32cdf8cdd /sql/sql_truncate.h | |
parent | 41a3dfe49093e41806a0f3b36dbb654ef1b8f29a (diff) | |
download | mariadb-git-8ad1aa562f70374e49a3550f4d0f9a16cddfd4d2.tar.gz |
A follow-up for 5.5 version of fix for bug#54360 "Deadlock
DROP/ALTER/CREATE DATABASE with open HANDLER".
Remove wait_for_condition() which became unused after
database locks were replaced with MDL scoped locks.
If one needs functionality provided by this call one can
always use THD::enter_cond()/exit_cond() methods.
Also removed an unused include from sql_db.cc and updated
comment describing one of used includes to reflect current
situation.
Diffstat (limited to 'sql/sql_truncate.h')
0 files changed, 0 insertions, 0 deletions