1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-28006 Delete Spider plugin variables regarding UDFs and related code

Delete the plugin variables, which are deprecated by MDEV-28005,
regarding UDFs.
This commit is contained in:
Nayuta Yanagisawa
2022-05-14 16:37:23 +09:00
parent e98e8c7f7e
commit 77a18e8217
10 changed files with 47 additions and 301 deletions

View File

@@ -1594,10 +1594,9 @@ long long spider_direct_sql_body(
}
trx->updated_in_this_trx = TRUE;
DBUG_PRINT("info",("spider trx->updated_in_this_trx=TRUE"));
use_real_table = spider_param_udf_ds_use_real_table(thd,
direct_sql->use_real_table);
for (roop_count = 0; roop_count < direct_sql->table_count; roop_count++)
{
use_real_table= direct_sql->use_real_table;
for (roop_count= 0; roop_count < direct_sql->table_count; roop_count++)
{
#ifdef SPIDER_NEED_INIT_ONE_TABLE_FOR_FIND_TEMPORARY_TABLE
#ifdef SPIDER_use_LEX_CSTRING_for_database_tablename_alias
LEX_CSTRING db_name =