summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/fts0priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/fts0priv.h')
-rw-r--r--storage/xtradb/include/fts0priv.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/storage/xtradb/include/fts0priv.h b/storage/xtradb/include/fts0priv.h
index c6aca27f6ec..b4d9e1d41ec 100644
--- a/storage/xtradb/include/fts0priv.h
+++ b/storage/xtradb/include/fts0priv.h
@@ -1,6 +1,6 @@
/*****************************************************************************
-Copyright (c) 2011, 2012, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 2011, 2013, Oracle and/or its affiliates. All Rights Reserved.
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 the Free Software
@@ -569,7 +569,10 @@ int
fts_write_object_id(
/*================*/
ib_id_t id, /*!< in: a table/index id */
- char* str) /*!< in: buffer to write the id to */
+ char* str, /*!< in: buffer to write the id to */
+ bool hex_format __attribute__((unused)))
+ /*!< in: true for fixed hex format,
+ false for old ambiguous format */
__attribute__((nonnull));
/******************************************************************//**
Read the table id from the string generated by fts_write_object_id().