summaryrefslogtreecommitdiff
path: root/storage/blackhole
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/blackhole
parentd7de5c349b1f452d4d80b0fe99027e815360ecc9 (diff)
downloadmariadb-git-2dfaa6697c9292d5777e6e2322d883d5c0f81936.tar.gz
add 2 placeholder values for config and system variables.
Diffstat (limited to 'storage/blackhole')
-rw-r--r--storage/blackhole/ha_blackhole.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/blackhole/ha_blackhole.cc b/storage/blackhole/ha_blackhole.cc
index d22d9372e0d..c1141cce5ae 100644
--- a/storage/blackhole/ha_blackhole.cc
+++ b/storage/blackhole/ha_blackhole.cc
@@ -223,6 +223,8 @@ mysql_declare_plugin(blackhole)
blackhole_init, /* Plugin Init */
NULL, /* Plugin Deinit */
0x0100 /* 1.0 */,
- 0
+ NULL, /* status variables */
+ NULL, /* system variables */
+ NULL /* config options */
}
mysql_declare_plugin_end;