diff options
Diffstat (limited to 'storage/spider/spd_table.h')
-rw-r--r-- | storage/spider/spd_table.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/storage/spider/spd_table.h b/storage/spider/spd_table.h index 2b40fb33d5a..088acd14eb4 100644 --- a/storage/spider/spd_table.h +++ b/storage/spider/spd_table.h @@ -649,15 +649,6 @@ bool spider_check_pk_update( TABLE *table ); -#if defined(HS_HAS_SQLCOM) && defined(HAVE_HANDLERSOCKET) -#ifdef HANDLER_HAS_DIRECT_UPDATE_ROWS -bool spider_check_hs_pk_update( - ha_spider *spider, - key_range *key -); -#endif -#endif - void spider_set_tmp_share_pointer( SPIDER_SHARE *tmp_share, char **tmp_connect_info, |