summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-12-02 18:50:14 +0300
committerAlexander Nozdrin <alik@sun.com>2009-12-02 18:50:14 +0300
commit988b25cee10ba94e3137a1d636517577523ce4cb (patch)
tree5c1a2630e01dc79cf5496ed561d050026dae416b /sql/item_cmpfunc.h
parente22de3a3f28416acf35f55c058c17504d2e6f3ab (diff)
parent0eda48463ce9c60408515819f9d954fd48567d4f (diff)
downloadmariadb-git-988b25cee10ba94e3137a1d636517577523ce4cb.tar.gz
Manual merge from mysql-next-mr.
Conflicts: - sql/sql_yacc.yy
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index c179840746e..488909ae761 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -1729,5 +1729,4 @@ Item *and_expressions(Item *a, Item *b, Item **org_item);
bool get_mysql_time_from_str(THD *thd, String *str, timestamp_type warn_type,
const char *warn_name, MYSQL_TIME *l_time);
-
#endif /* ITEM_CMPFUNC_INCLUDED */