summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2013-08-28 20:31:23 +0400
committerSergey Petrunya <psergey@askmonty.org>2013-08-28 20:31:23 +0400
commit184df985829eef49a7af251ec8cb96117c4194dd (patch)
tree7d158702d2cb5311ce675f03cb4f03d0e8c77807 /sql/sql_select.h
parent1906f1388e4d13b8a3328b58489dae862c6c8595 (diff)
parentedd980225a9895f46754d54677bd76327152c78b (diff)
downloadmariadb-git-184df985829eef49a7af251ec8cb96117c4194dd.tar.gz
Automatic merge of MDEV-4836 fix into 5.5
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index af51c7dad48..eb50f65a0cc 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -1800,6 +1800,8 @@ ORDER *simple_remove_const(ORDER *order, COND *where);
bool const_expression_in_where(COND *cond, Item *comp_item,
Field *comp_field= NULL,
Item **const_item= NULL);
+bool cond_is_datetime_is_null(Item *cond);
+bool cond_has_datetime_is_null(Item *cond);
/* Table elimination entry point function */
void eliminate_tables(JOIN *join);