diff options
Diffstat (limited to 'storage/innobase/include/dict0crea.h')
-rw-r--r-- | storage/innobase/include/dict0crea.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/storage/innobase/include/dict0crea.h b/storage/innobase/include/dict0crea.h index 86a4bcf23a3..12c78862261 100644 --- a/storage/innobase/include/dict0crea.h +++ b/storage/innobase/include/dict0crea.h @@ -152,14 +152,6 @@ dict_create_index_tree_in_mem( const trx_t* trx); /*!< in: InnoDB transaction handle */ /*******************************************************************//** -Truncates the index tree but don't update SYSTEM TABLES. -@return DB_SUCCESS or error */ -dberr_t -dict_truncate_index_tree_in_mem( -/*============================*/ - dict_index_t* index); /*!< in/out: index */ - -/*******************************************************************//** Drops the index tree but don't update SYS_INDEXES table. */ void dict_drop_index_tree_in_mem( |