summaryrefslogtreecommitdiff
path: root/innobase/include/dict0dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/dict0dict.h')
-rw-r--r--innobase/include/dict0dict.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/innobase/include/dict0dict.h b/innobase/include/dict0dict.h
index 832654d2666..bf393210763 100644
--- a/innobase/include/dict0dict.h
+++ b/innobase/include/dict0dict.h
@@ -114,13 +114,11 @@ dict_table_autoinc_get(
/* out: value for a new row, or 0 */
dict_table_t* table); /* in: table */
/************************************************************************
-Reads the autoinc counter value, 0 if not yet initialized. Does not
-increment the counter. */
+Decrements the autoinc counter value by 1. */
-ib_longlong
-dict_table_autoinc_read(
-/*====================*/
- /* out: value of the counter */
+void
+dict_table_autoinc_decrement(
+/*=========================*/
dict_table_t* table); /* in: table */
/************************************************************************
Peeks the autoinc counter value, 0 if not yet initialized. Does not