diff options
author | monty@mysql.com <> | 2005-08-12 13:54:42 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-08-12 13:54:42 +0300 |
commit | 4c0d23e156d1148243ae8439c1115280e78ad04c (patch) | |
tree | 70e0735a5a37bab3dae8e75c038e4c86703fc643 /sql/ha_ndbcluster.cc | |
parent | e80252e53cfd040dc09e6160d4c2d8ed9c1bbe54 (diff) | |
download | mariadb-git-4c0d23e156d1148243ae8439c1115280e78ad04c.tar.gz |
Fixes during review of new pushed code
Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r-- | sql/ha_ndbcluster.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 7637b08c8ca..96d380d5ebb 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -6997,6 +6997,8 @@ ha_ndbcluster::build_scan_filter_predicate(Ndb_cond * &cond, break; Ndb_item *a= cond->next->ndb_item; Ndb_item *b, *field, *value= NULL; + LINT_INIT(field); + switch (cond->ndb_item->argument_count()) { case 1: field= |