Fixing mysql_field.

FIELD had the wrong size which made mysql.fetch_fields() useless.
This commit is contained in:
Hans Raaf
2015-12-17 14:04:45 +01:00
parent a3c8bb9376
commit 169cb7178b

View File

@@ -418,6 +418,7 @@ type
decimals*: cuint # Number of decimals in field
charsetnr*: cuint # Character set
ftype*: Enum_field_types # Type of field. See mysql_com.h for types
extension*: pointer
FIELD* = St_mysql_field
PFIELD* = ptr FIELD