summaryrefslogtreecommitdiff
path: root/storage/innobase/include/dict0dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/dict0dict.h')
-rw-r--r--storage/innobase/include/dict0dict.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/storage/innobase/include/dict0dict.h b/storage/innobase/include/dict0dict.h
index 0592b64b669..51ce248b98d 100644
--- a/storage/innobase/include/dict0dict.h
+++ b/storage/innobase/include/dict0dict.h
@@ -1,6 +1,6 @@
/*****************************************************************************
-Copyright (c) 1996, 2016, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 1996, 2018, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2012, Facebook Inc.
Copyright (c) 2013, 2018, MariaDB Corporation.
@@ -1121,6 +1121,12 @@ dict_index_add_to_cache(
ibool strict)
MY_ATTRIBUTE((warn_unused_result));
+/** Clears the virtual column's index list before index is being freed.
+@param[in] index Index being freed */
+void
+dict_index_remove_from_v_col_list(
+ dict_index_t* index);
+
/** Adds an index to the dictionary cache, with possible indexing newly
added column.
@param[in] table table on which the index is