Merge pull request #3653 from oderwat/mysql-fields-sizeof-fix

Fixing mysql_field.
This commit is contained in:
Andreas Rumpf
2015-12-17 14:31:25 +01:00

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