diff options
author | Justin.He/justin.he@dev3-240.dev.cn.tlan <> | 2007-04-28 13:36:05 +0800 |
---|---|---|
committer | Justin.He/justin.he@dev3-240.dev.cn.tlan <> | 2007-04-28 13:36:05 +0800 |
commit | 71bac85adf04c36281b738e8b78beaef9a2c4829 (patch) | |
tree | 82ccc12aed18bc54d5e6d4fe8b5a832fd42a4c57 /sql/ha_ndbcluster.h | |
parent | fa32db5f88da1b4970aaa9890b92c89479954ae4 (diff) | |
parent | 3189a4de5f48e698621147f8826e00d84b953ea3 (diff) | |
download | mariadb-git-71bac85adf04c36281b738e8b78beaef9a2c4829.tar.gz |
Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/mysql-5.0-ndb-bj.merge
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 47510337bf4..81cbdcd8fea 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -40,6 +40,7 @@ class ha_ndbcluster_cond; // connectstring to cluster if given by mysqld extern const char *ndbcluster_connectstring; extern ulong ndb_cache_check_time; +extern char opt_ndb_constrbuf[]; typedef enum ndb_index_type { UNDEFINED_INDEX = 0, |