summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2005-07-29 03:37:06 +0200
committerunknown <sergefp@mysql.com>2005-07-29 03:37:06 +0200
commit0658930275b8b1f89f1972ebff22bf1635136b93 (patch)
treec5d80ad7db4ff55cec3e2e52a11e723c0d071b45 /sql/ha_ndbcluster.h
parent8db171dfbe47e8716eee1c5d774b8e1a240f4fb8 (diff)
downloadmariadb-git-0658930275b8b1f89f1972ebff22bf1635136b93.tar.gz
Remove Item_func::NOTLIKE_FUNC and all [dead] code that uses it
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index b34f8dd063c..91cfdde16fe 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -103,8 +103,6 @@ static const negated_function_mapping neg_map[]=
{Item_func::LE_FUNC, Item_func::GT_FUNC},
{Item_func::GT_FUNC, Item_func::LE_FUNC},
{Item_func::GE_FUNC, Item_func::LT_FUNC},
- {Item_func::LIKE_FUNC, Item_func::NOTLIKE_FUNC},
- {Item_func::NOTLIKE_FUNC, Item_func::LIKE_FUNC},
{Item_func::ISNULL_FUNC, Item_func::ISNOTNULL_FUNC},
{Item_func::ISNOTNULL_FUNC, Item_func::ISNULL_FUNC},
{Item_func::UNKNOWN_FUNC, Item_func::NOT_FUNC}