summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-02-04 03:27:47 +0200
committermonty@mashka.mysql.fi <>2003-02-04 03:27:47 +0200
commitaee15a4407cf5df5726ae37775171661371dff8c (patch)
tree3a6bba47bac328cc93f9cd819173f03f417cb0d9 /include
parent30235c0043508e8fd8ca88f4ea74a419ddddaf99 (diff)
parent303c3e30ab354fd1da66e282ccf069cae30f3816 (diff)
downloadmariadb-git-aee15a4407cf5df5726ae37775171661371dff8c.tar.gz
merge
Diffstat (limited to 'include')
-rw-r--r--include/mysql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 82badb99694..69560232d1b 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -84,6 +84,7 @@ typedef struct st_mysql_field {
unsigned long max_length; /* Max width of selected set */
unsigned int flags; /* Div flags */
unsigned int decimals; /* Number of decimals in field */
+ unsigned int charsetnr; /* Character set */
enum enum_field_types type; /* Type of field. Se mysql_com.h for types */
} MYSQL_FIELD;