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/example | |
parent | d7de5c349b1f452d4d80b0fe99027e815360ecc9 (diff) | |
download | mariadb-git-2dfaa6697c9292d5777e6e2322d883d5c0f81936.tar.gz |
add 2 placeholder values for config and system variables.
Diffstat (limited to 'storage/example')
-rw-r--r-- | storage/example/ha_example.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/example/ha_example.cc b/storage/example/ha_example.cc index 704ea757749..6986796cb2e 100644 --- a/storage/example/ha_example.cc +++ b/storage/example/ha_example.cc @@ -715,7 +715,9 @@ mysql_declare_plugin(example) example_init_func, /* Plugin Init */ example_done_func, /* Plugin Deinit */ 0x0001 /* 0.1 */, - 0 + NULL, /* status variables */ + NULL, /* system variables */ + NULL /* config options */ } mysql_declare_plugin_end; |