summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorgluh@gluh.mysql.r18.ru <>2005-02-04 15:31:36 +0300
committergluh@gluh.mysql.r18.ru <>2005-02-04 15:31:36 +0300
commit34915f7a91b7ba56f5bbb4ac6d6301f847a7d48b (patch)
treebbb0e40bc45b0aa18e65ab56858a6d4d78bd8c06 /sql/field.h
parent7213ca46add8cd1674c196851ef1073046ce03d5 (diff)
downloadmariadb-git-34915f7a91b7ba56f5bbb4ac6d6301f847a7d48b.tar.gz
A fix: bug#6931: Date Type column problem when using UNION-Table
bug#7833: Wrong datatype of aggregate column is returned
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h
index 27a01a69273..fd0f2f9c2f1 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -1265,6 +1265,7 @@ int set_field_to_null(Field *field);
int set_field_to_null_with_conversions(Field *field, bool no_conversions);
bool test_if_int(const char *str, int length, const char *int_end,
CHARSET_INFO *cs);
+bool field_types_to_be_kept(enum_field_types field_type);
/*
The following are for the interface with the .frm file