diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2013-08-28 20:31:23 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2013-08-28 20:31:23 +0400 |
commit | 184df985829eef49a7af251ec8cb96117c4194dd (patch) | |
tree | 7d158702d2cb5311ce675f03cb4f03d0e8c77807 /sql/sql_select.h | |
parent | 1906f1388e4d13b8a3328b58489dae862c6c8595 (diff) | |
parent | edd980225a9895f46754d54677bd76327152c78b (diff) | |
download | mariadb-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.h | 2 |
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); |