summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2011-07-21 11:45:19 +0300
committerunknown <sanja@askmonty.org>2011-07-21 11:45:19 +0300
commitcbf48eb4ae7ab32ee45ec8143f15112eb379f7f5 (patch)
treefe53390b81f9348f993add445fc7324568b40935 /sql/mysql_priv.h
parent20a2e1d0ac46e375ee7246576b541624c6f8f028 (diff)
downloadmariadb-git-cbf48eb4ae7ab32ee45ec8143f15112eb379f7f5.tar.gz
The function description added.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 51450950521..dee8e7368c4 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -1478,6 +1478,7 @@ bool add_to_list(THD *thd, SQL_I_List<ORDER> &list, Item *group,bool asc);
bool push_new_name_resolution_context(THD *thd,
TABLE_LIST *left_op,
TABLE_LIST *right_op);
+Item *normalize_cond(Item *cond);
void add_join_on(TABLE_LIST *b,Item *expr);
void add_join_natural(TABLE_LIST *a,TABLE_LIST *b,List<String> *using_fields,
SELECT_LEX *lex);