summaryrefslogtreecommitdiff
path: root/storage/heap/ha_heap.cc
diff options
context:
space:
mode:
authorunknown <acurtis/antony@xiphis.org/ltantony.xiphis.org>2006-08-30 14:27:29 -0700
committerunknown <acurtis/antony@xiphis.org/ltantony.xiphis.org>2006-08-30 14:27:29 -0700
commit2dfaa6697c9292d5777e6e2322d883d5c0f81936 (patch)
tree28c8cec32c86a73c7a9119feb5b6c32e27cd9bf2 /storage/heap/ha_heap.cc
parentd7de5c349b1f452d4d80b0fe99027e815360ecc9 (diff)
downloadmariadb-git-2dfaa6697c9292d5777e6e2322d883d5c0f81936.tar.gz
add 2 placeholder values for config and system variables.
Diffstat (limited to 'storage/heap/ha_heap.cc')
-rw-r--r--storage/heap/ha_heap.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/heap/ha_heap.cc b/storage/heap/ha_heap.cc
index 317f85d26f2..57777410bea 100644
--- a/storage/heap/ha_heap.cc
+++ b/storage/heap/ha_heap.cc
@@ -708,6 +708,8 @@ mysql_declare_plugin(heap)
heap_init,
NULL,
0x0100, /* 1.0 */
- 0
+ NULL, /* status variables */
+ NULL, /* system variables */
+ NULL /* config options */
}
mysql_declare_plugin_end;