summaryrefslogtreecommitdiff
path: root/storage/innodb_plugin/include/ha0ha.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2009-07-30 17:42:56 +0500
committerSergey Vojtovich <svoj@sun.com>2009-07-30 17:42:56 +0500
commitbae6276d458cdbf68df5d472ed63d4d7e3b09e66 (patch)
tree4d4fd1ed09a36796ae4f3f23fc3daa5f4bf7947f /storage/innodb_plugin/include/ha0ha.h
parent058cd6256557165d4b8a059c071eaea91d39d2b7 (diff)
downloadmariadb-git-bae6276d458cdbf68df5d472ed63d4d7e3b09e66.tar.gz
Update to innoplug-1.0.4.
Diffstat (limited to 'storage/innodb_plugin/include/ha0ha.h')
-rw-r--r--storage/innodb_plugin/include/ha0ha.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/storage/innodb_plugin/include/ha0ha.h b/storage/innodb_plugin/include/ha0ha.h
index f4ec01dd88a..1ffbd3440aa 100644
--- a/storage/innodb_plugin/include/ha0ha.h
+++ b/storage/innodb_plugin/include/ha0ha.h
@@ -164,16 +164,6 @@ is inserted.
# define ha_insert_for_fold(t,f,b,d) ha_insert_for_fold_func(t,f,d)
#endif /* UNIV_AHI_DEBUG || UNIV_DEBUG */
-/*************************************************************//**
-Deletes an entry from a hash table. */
-UNIV_INTERN
-void
-ha_delete(
-/*======*/
- hash_table_t* table, /*!< in: hash table */
- ulint fold, /*!< in: folded value of data */
- void* data); /*!< in: data, must not be NULL and must exist
- in the hash table */
/*********************************************************//**
Looks for an element when we know the pointer to the data and deletes
it from the hash table if found.