summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorevgen@moonbone.local <>2005-11-01 19:47:53 +0300
committerevgen@moonbone.local <>2005-11-01 19:47:53 +0300
commitbbe58c7e263658ac67032782a9268c43aabc997c (patch)
tree6c1605103b3513ebad088e2997385997cd4d354f /sql/sql_select.h
parente5f48e13bfd6a792b80edc002ab3def5eb160f60 (diff)
parent47059b89f5b78b22c5333be8dab7d8c871105d9a (diff)
downloadmariadb-git-bbe58c7e263658ac67032782a9268c43aabc997c.tar.gz
Manually merged
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index e0f4056e5da..28f5888af76 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -524,3 +524,4 @@ bool cp_buffer_from_ref(THD *thd, TABLE_REF *ref);
bool error_if_full_join(JOIN *join);
int report_error(TABLE *table, int error);
int safe_index_read(JOIN_TAB *tab);
+COND *remove_eq_conds(THD *thd, COND *cond, Item::cond_result *cond_value);