summaryrefslogtreecommitdiff
path: root/storage/spider/spd_table.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-01-18 12:59:50 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-01-18 12:59:50 +0200
commit1abc476f0b4fe60cb268fc68cefd9b5a479983ac (patch)
tree7540839c197bf5867685cf4de0ae7c68f0267640 /storage/spider/spd_table.h
parent343f695c7f660eca6bb97bb09bad317387f59b8f (diff)
parente44439ab7354c5dff20707325694839e9346fb27 (diff)
downloadmariadb-git-st-10.6-merge.tar.gz
Merge 10.5 into 10.6st-10.6-merge
Diffstat (limited to 'storage/spider/spd_table.h')
-rw-r--r--storage/spider/spd_table.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/storage/spider/spd_table.h b/storage/spider/spd_table.h
index 2b40fb33d5a..dc351e73c61 100644
--- a/storage/spider/spd_table.h
+++ b/storage/spider/spd_table.h
@@ -1,5 +1,5 @@
/* Copyright (C) 2008-2019 Kentoku Shiba
- Copyright (C) 2019 MariaDB corp
+ Copyright (C) 2019-2022 MariaDB corp
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -319,14 +319,6 @@ uchar *spider_wide_share_get_key(
my_bool not_used __attribute__ ((unused))
);
-#ifdef WITH_PARTITION_STORAGE_ENGINE
-uchar *spider_pt_handler_share_get_key(
- SPIDER_PARTITION_HANDLER_SHARE *share,
- size_t *length,
- my_bool not_used __attribute__ ((unused))
-);
-#endif
-
uchar *spider_link_get_key(
SPIDER_LINK_FOR_HASH *link_for_hash,
size_t *length,