summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2005-11-01 17:34:19 +0300
committerunknown <evgen@moonbone.local>2005-11-01 17:34:19 +0300
commit03ed0d1d244de2e97c1ca5749f1677d1dbb07f95 (patch)
treee4fa11fd449f07a0ad374fccdf48f662aefd2cdc /sql/sql_select.h
parentfffe74170576439325ae7b59bf56e55bbeeee5c4 (diff)
parent6020281e9511f96cb99cf7d55643d75fa1a4a4a4 (diff)
downloadmariadb-git-03ed0d1d244de2e97c1ca5749f1677d1dbb07f95.tar.gz
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1
into moonbone.local:/work/14186-bug-4.1-mysql sql/sql_select.cc: Auto merged sql/sql_select.h: Auto 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 fe9bb7d69d3..636ee967645 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -457,3 +457,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);