summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorunknown <ram@gw.mysql.r18.ru>2003-10-31 13:02:16 +0400
committerunknown <ram@gw.mysql.r18.ru>2003-10-31 13:02:16 +0400
commit506631e771ad3f0a62a96ac790bad1da0e7d6845 (patch)
tree73854a7204c173fd0d761beae490b09e30278643 /sql/sql_select.h
parentbc8f801bf0f239b85ee95ea5410915f0f5424fc1 (diff)
downloadmariadb-git-506631e771ad3f0a62a96ac790bad1da0e7d6845.tar.gz
WL #1056: Eliminate NOT operators from where condition
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 6c17a646ee6..642d53a6de3 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -414,3 +414,4 @@ bool error_if_full_join(JOIN *join);
void relink_tables(SELECT_LEX *select_lex);
int report_error(TABLE *table, int error);
int safe_index_read(JOIN_TAB *tab);
+COND *eliminate_not_funcs(COND *cond);