diff options
author | serg@serg.mylan <> | 2003-10-31 14:25:38 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2003-10-31 14:25:38 +0100 |
commit | b1f5a03685619f68edf432e5228022d16d8c9860 (patch) | |
tree | ed7b399fcc0dba48fd4adfd8712e62b641c9a341 /sql/sql_select.h | |
parent | 74551a72ec4603e1a29f119da5479e70afd7949c (diff) | |
parent | 35fe0d898d4fc7b47161525943983d76cb0c56f7 (diff) | |
download | mariadb-git-b1f5a03685619f68edf432e5228022d16d8c9860.tar.gz |
Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index aa77722546d..7306f609f66 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -414,3 +414,4 @@ bool error_if_full_join(JOIN *join); void relink_tables(SELECT_LEX *select_lex); int report_error(TABLE *table, int error); int safe_index_read(JOIN_TAB *tab); +COND *eliminate_not_funcs(COND *cond); |