summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorHorst.Hunger <horst.hunger@sun.com>2010-11-08 16:35:46 +0100
committerHorst.Hunger <horst.hunger@sun.com>2010-11-08 16:35:46 +0100
commit8e0f8d438bd0bf97c43cee1f8c81a14b6de4f979 (patch)
treee161d2386ba62934b37dc7a1a0a9e9de8d8a75ac /sql/table.h
parentbf10c4a583a93997988b0e7fb01d9dda14bbe325 (diff)
parent83e40f9634f860d8fbb1c4877b370003ca693618 (diff)
downloadmariadb-git-8e0f8d438bd0bf97c43cee1f8c81a14b6de4f979.tar.gz
due to merge.
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index bbb39aae6f7..132279169cb 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -463,6 +463,7 @@ typedef struct st_table_share
/** place to store storage engine specific data */
void *ha_data;
+ void (*ha_data_destroy)(void *); /* An optional destructor for ha_data. */
/*