Remove unused field

This commit is contained in:
Andrey Hristov 2008-01-03 11:37:33 +00:00
parent 59558b73cb
commit 18aa7b9607
2 changed files with 130 additions and 131 deletions

View file

@ -97,7 +97,6 @@ typedef struct st_mysqlnd_charset
char *collation;
uint char_minlen;
uint char_maxlen;
uint dangerous_for_escape_backslash;
uint (*mb_charlen)(uint c);
uint (*mb_valid)(const char *start, const char *end);
} MYSQLND_CHARSET;