1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

cleanup, remove dead code

This commit is contained in:
Sergei Golubchik
2022-07-13 11:16:30 +02:00
parent 845c939601
commit ea46fdcea4
7 changed files with 13 additions and 65 deletions

View File

@@ -4512,8 +4512,7 @@ public:
than lock_count() claimed. This can happen when the MERGE children
are not attached when this is called from another thread.
*/
virtual THR_LOCK_DATA **store_lock(THD *thd,
THR_LOCK_DATA **to,
virtual THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
enum thr_lock_type lock_type)=0;
/** Type of table for caching query */