diff options
author | acurtis/antony@xiphis.org/ltantony.xiphis.org <> | 2006-08-30 14:27:29 -0700 |
---|---|---|
committer | acurtis/antony@xiphis.org/ltantony.xiphis.org <> | 2006-08-30 14:27:29 -0700 |
commit | 38a59efbc9828afcead6389f6abab8a5e35eb314 (patch) | |
tree | 28c8cec32c86a73c7a9119feb5b6c32e27cd9bf2 /sql/ha_partition.cc | |
parent | 7ae3682dc8e67cc6398c6bb2c1b1aa3a4732b979 (diff) | |
download | mariadb-git-38a59efbc9828afcead6389f6abab8a5e35eb314.tar.gz |
add 2 placeholder values for config and system variables.
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r-- | sql/ha_partition.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index ee0667b92bd..43303bb1a03 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -5598,7 +5598,9 @@ mysql_declare_plugin(partition) partition_initialize, /* Plugin Init */ NULL, /* Plugin Deinit */ 0x0100, /* 1.0 */ - 0 + NULL, /* status variables */ + NULL, /* system variables */ + NULL /* config options */ } mysql_declare_plugin_end; |