mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 07:13:27 +00:00
Merge pull request #3653 from oderwat/mysql-fields-sizeof-fix
Fixing mysql_field.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user