summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorigor@rurik.mysql.com <>2006-06-02 17:06:10 -0700
committerigor@rurik.mysql.com <>2006-06-02 17:06:10 -0700
commit5ade9e75dc9b847830749946367a98e434edf541 (patch)
tree15bc7fdfa17f8a8f8f09eda2d7b1452ec5985783 /sql/sql_select.h
parent20c057cef3df3aff9cf3118cee74c2b433aa4a1a (diff)
parentd02f254eaaef3275db6c0838e9321ac0d7c4a336 (diff)
downloadmariadb-git-5ade9e75dc9b847830749946367a98e434edf541.tar.gz
Merge rurik.mysql.com:/home/igor/mysql-4.1-opt
into rurik.mysql.com:/home/igor/mysql-5.0-opt
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 01ed8048e4a..d5a1bf82bc8 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -404,7 +404,7 @@ extern const char *join_type_str[];
void TEST_join(JOIN *join);
/* Extern functions in sql_select.cc */
-bool store_val_in_field(Field *field,Item *val);
+bool store_val_in_field(Field *field, Item *val, enum_check_fields check_flag);
TABLE *create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
ORDER *group, bool distinct, bool save_sum_fields,
ulonglong select_options, ha_rows rows_limit,