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
commitf26ac4ba7a82a63c3e230668d14e377602c55bca (patch)
tree5c1a2630e01dc79cf5496ed561d050026dae416b /sql/item_cmpfunc.h
parent0fe17677d8d16dddd17b2a52edd2da98f287d581 (diff)
parente8e85ed2a6fc6b1091ac62590f9084b9eae00d50 (diff)
downloadmariadb-git-f26ac4ba7a82a63c3e230668d14e377602c55bca.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 */