diff options
author | Magnus Blåudd <magnus.blaudd@oracle.com> | 2011-02-21 11:15:29 +0100 |
---|---|---|
committer | Magnus Blåudd <magnus.blaudd@oracle.com> | 2011-02-21 11:15:29 +0100 |
commit | 4846dac064bf397ec99dcdcd140aa921ebe5553b (patch) | |
tree | 5928a58f02a8ef0480075be4dfbbe10fb3033c4f /sql/ha_ndbcluster_cond.cc | |
parent | 95b4ff0081fe614eeba9d7fa60cb667477836c1c (diff) | |
download | mariadb-git-4846dac064bf397ec99dcdcd140aa921ebe5553b.tar.gz |
Remove last traces of HAVE_NDBCLUSTER_DB define - it has not had an effect in a long time and is just confusing.
At the same time backport the removal of OPT_NDB_CONNECTSTRING and OPT_NDBCLUSTER values from "enum options_client"
Diffstat (limited to 'sql/ha_ndbcluster_cond.cc')
-rw-r--r-- | sql/ha_ndbcluster_cond.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster_cond.cc b/sql/ha_ndbcluster_cond.cc index 8a96ae41453..9ab7fb6208d 100644 --- a/sql/ha_ndbcluster_cond.cc +++ b/sql/ha_ndbcluster_cond.cc @@ -1472,4 +1472,4 @@ int ha_ndbcluster_cond::generate_scan_filter_from_key(NdbScanOperation *op, DBUG_RETURN(0); } -#endif /* HAVE_NDBCLUSTER_DB */ +#endif |