summaryrefslogtreecommitdiff
path: root/sql/item_create.h
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-08-21 14:15:25 +0500
committerunknown <bar@bar.mysql.r18.ru>2003-08-21 14:15:25 +0500
commit34e882dd79663c428199a76ba8fcfe6d704592af (patch)
treec97e84f2eab14aa455ae3c07b91e184b75d6cd28 /sql/item_create.h
parent8359a2c7298f4c936ca2a0bde083d87d35538e1d (diff)
downloadmariadb-git-34e882dd79663c428199a76ba8fcfe6d704592af.tar.gz
CAST(expr AS CHAR(10)) is now working
Diffstat (limited to 'sql/item_create.h')
-rw-r--r--sql/item_create.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_create.h b/sql/item_create.h
index 1326077b096..16c4fccf709 100644
--- a/sql/item_create.h
+++ b/sql/item_create.h
@@ -28,7 +28,7 @@ Item *create_func_bit_length(Item* a);
Item *create_func_coercibility(Item* a);
Item *create_func_ceiling(Item* a);
Item *create_func_char_length(Item* a);
-Item *create_func_cast(Item *a, Cast_target cast_type, CHARSET_INFO *cs);
+Item *create_func_cast(Item *a, Cast_target cast_type, int len, CHARSET_INFO *cs);
Item *create_func_connection_id(void);
Item *create_func_conv(Item* a, Item *b, Item *c);
Item *create_func_cos(Item* a);