mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Cleanup: remove unused declarations from sql_base.h.
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