File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -8173,7 +8173,6 @@ bool ha_spider::check_direct_update_sql_part(
8173
8173
DBUG_RETURN (FALSE );
8174
8174
}
8175
8175
8176
- #ifdef SPIDER_MDEV_16246
8177
8176
/* *
8178
8177
Perform initialization for a direct update request.
8179
8178
@@ -8186,9 +8185,6 @@ bool ha_spider::check_direct_update_sql_part(
8186
8185
int ha_spider::direct_update_rows_init (
8187
8186
List<Item> *update_fields
8188
8187
)
8189
- #else
8190
- int ha_spider::direct_update_rows_init ()
8191
- #endif
8192
8188
{
8193
8189
st_select_lex *select_lex;
8194
8190
longlong select_limit;
Original file line number Diff line number Diff line change @@ -422,13 +422,9 @@ class ha_spider final : public handler
422
422
longlong select_limit,
423
423
longlong offset_limit
424
424
);
425
- #ifdef SPIDER_MDEV_16246
426
425
int direct_update_rows_init (
427
426
List<Item> *update_fields
428
427
);
429
- #else
430
- int direct_update_rows_init ();
431
- #endif
432
428
int direct_update_rows (
433
429
ha_rows *update_rows,
434
430
ha_rows *found_row
Original file line number Diff line number Diff line change 26
26
#define HA_EXTRA_HAS_STARTING_ORDERED_INDEX_SCAN
27
27
#define HANDLER_HAS_CAN_USE_FOR_AUTO_INC_INIT
28
28
#define SPIDER_UPDATE_ROW_HAS_CONST_NEW_DATA
29
- #define SPIDER_MDEV_16246
30
29
#define SPIDER_I_S_USE_SHOW_FOR_COLUMN
31
30
#endif /* SPD_ENVIRON_INCLUDED */
You can’t perform that action at this time.
0 commit comments