mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-27641 Spider: remove #if MYSQL_VERSION_ID < ${VERSION}
This commit is contained in:
@@ -342,13 +342,10 @@ int spider_param_bulk_access_free(
|
||||
int bulk_access_free
|
||||
);
|
||||
#endif
|
||||
#if MYSQL_VERSION_ID < 50500
|
||||
#else
|
||||
int spider_param_udf_ds_use_real_table(
|
||||
THD *thd,
|
||||
int udf_ds_use_real_table
|
||||
);
|
||||
#endif
|
||||
my_bool spider_param_general_log();
|
||||
my_bool spider_param_index_hint_pushdown(
|
||||
THD *thd
|
||||
|
Reference in New Issue
Block a user