summaryrefslogtreecommitdiff
path: root/storage/spider/spd_sys_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/spider/spd_sys_table.cc')
-rw-r--r--storage/spider/spd_sys_table.cc22
1 files changed, 0 insertions, 22 deletions
diff --git a/storage/spider/spd_sys_table.cc b/storage/spider/spd_sys_table.cc
index fdab66161d5..b42215a2da3 100644
--- a/storage/spider/spd_sys_table.cc
+++ b/storage/spider/spd_sys_table.cc
@@ -3523,7 +3523,6 @@ error:
DBUG_RETURN(error_num);
}
-#ifdef SPIDER_use_LEX_CSTRING_for_Field_blob_constructor
TABLE *spider_mk_sys_tmp_table(
THD *thd,
TABLE *table,
@@ -3531,15 +3530,6 @@ TABLE *spider_mk_sys_tmp_table(
const LEX_CSTRING *field_name,
CHARSET_INFO *cs
)
-#else
-TABLE *spider_mk_sys_tmp_table(
- THD *thd,
- TABLE *table,
- TMP_TABLE_PARAM *tmp_tbl_prm,
- const char *field_name,
- CHARSET_INFO *cs
-)
-#endif
{
Field_blob *field;
Item_field *i_field;
@@ -3586,7 +3576,6 @@ void spider_rm_sys_tmp_table(
DBUG_VOID_RETURN;
}
-#ifdef SPIDER_use_LEX_CSTRING_for_Field_blob_constructor
TABLE *spider_mk_sys_tmp_table_for_result(
THD *thd,
TABLE *table,
@@ -3596,17 +3585,6 @@ TABLE *spider_mk_sys_tmp_table_for_result(
const LEX_CSTRING *field_name3,
CHARSET_INFO *cs
)
-#else
-TABLE *spider_mk_sys_tmp_table_for_result(
- THD *thd,
- TABLE *table,
- TMP_TABLE_PARAM *tmp_tbl_prm,
- const char *field_name1,
- const char *field_name2,
- const char *field_name3,
- CHARSET_INFO *cs
-)
-#endif
{
Field_blob *field1, *field2, *field3;
Item_field *i_field1, *i_field2, *i_field3;