diff options
author | monty@mashka.mysql.fi <> | 2003-02-04 03:19:19 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-04 03:19:19 +0200 |
commit | 303c3e30ab354fd1da66e282ccf069cae30f3816 (patch) | |
tree | bd54d0eeb6921908584536dd73e4537bab622943 /Docs | |
parent | 0aaab85f70b9724aca8ed6a2ff756501f30ff5bd (diff) | |
download | mariadb-git-303c3e30ab354fd1da66e282ccf069cae30f3816.tar.gz |
Added charset number to result header
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/internals.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Docs/internals.texi b/Docs/internals.texi index a94158f84f8..eac0fd11a07 100644 --- a/Docs/internals.texi +++ b/Docs/internals.texi @@ -1719,9 +1719,16 @@ The field description result set contains the meta info for a result set. @item string @tab Table name alias (or table name if no alias) @item string @tab Real table name @item string @tab Alias for column name (or column name if not used) + +@item 11 byte @tab Fixed length fields in one field part: +@itemize +@item 2 byte int @tab Character set number @item 3 byte int @tab Length of column definition @item 1 byte int @tab Enum value for field type @item 3 byte int @tab 2 byte column flags (NOT_NULL_FLAG etc..) + 1 byte number of decimals. +@item 2 byte int @tab zero (reserved for future use) +@end itemize + @item string int @tab Default value, only set when using mysql_list_fields(). @end multitable |