From 0f9554fbbcb38c466d51c38bacedc1f7ed91e078 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 18 Jan 2016 10:55:23 +0100 Subject: [PATCH] Merge branch 'devel' of https://github.com/nim-lang/Nim into devel --- src/wrappers/mysql.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wrappers/mysql.nim b/src/wrappers/mysql.nim index 8253e53a58..af504864dd 100644 --- a/src/wrappers/mysql.nim +++ b/src/wrappers/mysql.nim @@ -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