mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-31673 MDEV-29502 Remove spider_db_handler::need_lock_before_set_sql_for_exec
This function trivially returns false
This commit is contained in:
@@ -13538,14 +13538,6 @@ int spider_mbase_handler::push_back_upds(
|
||||
}
|
||||
#endif
|
||||
|
||||
bool spider_mbase_handler::need_lock_before_set_sql_for_exec(
|
||||
ulong sql_type
|
||||
) {
|
||||
DBUG_ENTER("spider_mbase_handler::need_lock_before_set_sql_for_exec");
|
||||
DBUG_PRINT("info",("spider this=%p", this));
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
|
||||
#ifdef SPIDER_HAS_GROUP_BY_HANDLER
|
||||
int spider_mbase_handler::set_sql_for_exec(
|
||||
ulong sql_type,
|
||||
|
Reference in New Issue
Block a user