summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/ft/ule-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/ft/ule-internal.h')
-rw-r--r--storage/tokudb/ft-index/ft/ule-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/tokudb/ft-index/ft/ule-internal.h b/storage/tokudb/ft-index/ft/ule-internal.h
index 5c005acf887..00b9847a13f 100644
--- a/storage/tokudb/ft-index/ft/ule-internal.h
+++ b/storage/tokudb/ft-index/ft/ule-internal.h
@@ -149,7 +149,8 @@ le_pack(ULE ule, // data to be packed into new leafentry
void* keyp,
uint32_t keylen,
uint32_t old_le_size,
- LEAFENTRY * const new_leafentry_p // this is what this function creates
+ LEAFENTRY * const new_leafentry_p, // this is what this function creates
+ void **const maybe_free
);