mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-28522 Delete constant SPIDER_SQL_TYPE_*_HS
The HandlerSocket support of Spider has been deleted by MDEV-26858. Thus, the constants, SPIDER_SQL_TYPE_*_HS, are no longer necessary.
This commit is contained in:
committed by
Yuchen Pei
parent
bdcb2ae509
commit
22392b36ee
@@ -1214,64 +1214,40 @@ public:
|
||||
ulong sql_type,
|
||||
int link_idx
|
||||
);
|
||||
int append_flush_tables_part(
|
||||
ulong sql_type,
|
||||
int link_idx,
|
||||
bool lock
|
||||
);
|
||||
int append_flush_tables_part(int link_idx, bool lock);
|
||||
int append_flush_tables(
|
||||
spider_string *str,
|
||||
int link_idx,
|
||||
bool lock
|
||||
);
|
||||
int append_optimize_table_part(
|
||||
ulong sql_type,
|
||||
int link_idx
|
||||
);
|
||||
int append_optimize_table_part(int link_idx);
|
||||
int append_optimize_table(
|
||||
spider_string *str,
|
||||
int link_idx
|
||||
);
|
||||
int append_analyze_table_part(
|
||||
ulong sql_type,
|
||||
int link_idx
|
||||
);
|
||||
int append_analyze_table_part(int link_idx);
|
||||
int append_analyze_table(
|
||||
spider_string *str,
|
||||
int link_idx
|
||||
);
|
||||
int append_repair_table_part(
|
||||
ulong sql_type,
|
||||
int link_idx,
|
||||
HA_CHECK_OPT* check_opt
|
||||
);
|
||||
int append_repair_table_part(int link_idx, HA_CHECK_OPT *check_opt);
|
||||
int append_repair_table(
|
||||
spider_string *str,
|
||||
int link_idx,
|
||||
HA_CHECK_OPT* check_opt
|
||||
);
|
||||
int append_check_table_part(
|
||||
ulong sql_type,
|
||||
int link_idx,
|
||||
HA_CHECK_OPT* check_opt
|
||||
);
|
||||
int append_check_table_part(int link_idx, HA_CHECK_OPT *check_opt);
|
||||
int append_check_table(
|
||||
spider_string *str,
|
||||
int link_idx,
|
||||
HA_CHECK_OPT* check_opt
|
||||
);
|
||||
int append_enable_keys_part(
|
||||
ulong sql_type,
|
||||
int link_idx
|
||||
);
|
||||
int append_enable_keys_part(int link_idx);
|
||||
int append_enable_keys(
|
||||
spider_string *str,
|
||||
int link_idx
|
||||
);
|
||||
int append_disable_keys_part(
|
||||
ulong sql_type,
|
||||
int link_idx
|
||||
);
|
||||
int append_disable_keys_part(int link_idx);
|
||||
int append_disable_keys(
|
||||
spider_string *str,
|
||||
int link_idx
|
||||
|
Reference in New Issue
Block a user