mysql_num_fields returns an unsigned int

This commit is contained in:
Brian Lopez 2010-10-31 12:37:53 -07:00
parent badc5e04e3
commit 99766a2303

View File

@ -8,7 +8,7 @@ typedef struct {
VALUE fields;
VALUE rows;
VALUE encoding;
long numberOfFields;
unsigned int numberOfFields;
unsigned long numberOfRows;
unsigned long lastRowProcessed;
char resultFreed;