1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#6202: ENUMs are not case sensitive even if declared BINARY

This commit is contained in:
unknown
2004-10-25 17:51:26 +05:00
parent 7df4148084
commit 712326d684
18 changed files with 131 additions and 23 deletions

View File

@ -22,6 +22,7 @@ typedef struct st_typelib { /* Different types saved here */
unsigned int count; /* How many types */
const char *name; /* Name of typelib */
const char **type_names;
unsigned int *type_lengths;
} TYPELIB;
extern int find_type(char *x,TYPELIB *typelib,unsigned int full_name);