mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user