mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-28363 remove #ifdef SPIDER_use_LEX_CSTRING_for_Field_blob_constructor
This commit is contained in:
@@ -12897,14 +12897,9 @@ int spider_mbase_handler::mk_bulk_tmp_table_and_bulk_start()
|
||||
DBUG_PRINT("info",("spider this=%p", this));
|
||||
if (!upd_tmp_tbl)
|
||||
{
|
||||
#ifdef SPIDER_use_LEX_CSTRING_for_Field_blob_constructor
|
||||
LEX_CSTRING field_name = {STRING_WITH_LEN("a")};
|
||||
if (!(upd_tmp_tbl = spider_mk_sys_tmp_table(
|
||||
thd, table, &upd_tmp_tbl_prm, &field_name, update_sql.charset())))
|
||||
#else
|
||||
if (!(upd_tmp_tbl = spider_mk_sys_tmp_table(
|
||||
thd, table, &upd_tmp_tbl_prm, "a", update_sql.charset())))
|
||||
#endif
|
||||
{
|
||||
DBUG_RETURN(HA_ERR_OUT_OF_MEM);
|
||||
}
|
||||
|
Reference in New Issue
Block a user