diff options
author | unknown <acurtis/antony@xiphis.org/ltantony.xiphis.org> | 2006-08-30 14:27:29 -0700 |
---|---|---|
committer | unknown <acurtis/antony@xiphis.org/ltantony.xiphis.org> | 2006-08-30 14:27:29 -0700 |
commit | 2dfaa6697c9292d5777e6e2322d883d5c0f81936 (patch) | |
tree | 28c8cec32c86a73c7a9119feb5b6c32e27cd9bf2 /storage/blackhole | |
parent | d7de5c349b1f452d4d80b0fe99027e815360ecc9 (diff) | |
download | mariadb-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.cc | 4 |
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; |