diff options
author | Konstantin Osipov <kostja@sun.com> | 2010-08-04 20:29:13 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2010-08-04 20:29:13 +0400 |
commit | a91a5ee3bfab12437cd9b8ec3a41598c5e5fe47b (patch) | |
tree | 651f4613a1dc0937ea9fee8bdf9f0ed5e0fed2fb /sql/sql_base.cc | |
parent | 2c9c3b0955b72128679991176ae248366815cd97 (diff) | |
download | mariadb-git-a91a5ee3bfab12437cd9b8ec3a41598c5e5fe47b.tar.gz |
Cleanup: remove unused declarations from sql_base.h.
sql/sql_base.cc:
Update a comment to not refer to a non-existing
function.
sql/sql_base.h:
Remove unused declarations (bad merge with the header
files split worklog).
sql/sql_test.cc:
Cleanup: remove unused declarations.
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r-- | sql/sql_base.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc index e810d5fc091..734f5658e80 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -8647,9 +8647,8 @@ bool mysql_notify_thread_having_shared_lock(THD *thd, THD *in_use, @param db Name of database @param table_name Name of table - @note Unlike remove_table_from_cache() it assumes that table instances - are already not used by any (other) thread (this should be achieved - by using meta-data locks). + @note It assumes that table instances are already not used by any + (other) thread (this should be achieved by using meta-data locks). */ void tdc_remove_table(THD *thd, enum_tdc_remove_table_type remove_type, |