diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-01-18 12:59:50 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-01-18 12:59:50 +0200 |
commit | 1abc476f0b4fe60cb268fc68cefd9b5a479983ac (patch) | |
tree | 7540839c197bf5867685cf4de0ae7c68f0267640 /storage/spider/spd_table.h | |
parent | 343f695c7f660eca6bb97bb09bad317387f59b8f (diff) | |
parent | e44439ab7354c5dff20707325694839e9346fb27 (diff) | |
download | mariadb-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.h | 10 |
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, |