89
89
return 1; // invalid
92
else if ((length == 5) and (strcasecmp(from, "FALSE") == 0))
96
if ((length == 4) and (strcasecmp(from, "TRUE") == 0))
100
else if ((length == 5) and (strcasecmp(from, "FALSE") == 0))
104
else if ((length == 3) and (strcasecmp(from, "YES") == 0))
108
else if ((length == 2) and (strcasecmp(from, "NO") == 0))
92
else if ((length == 5) and (my_strcasecmp(system_charset_info, from, "FALSE") == 0))
96
if ((length == 4) and (my_strcasecmp(system_charset_info, from, "TRUE") == 0))
100
else if ((length == 5) and (my_strcasecmp(system_charset_info, from, "FALSE") == 0))
104
else if ((length == 3) and (my_strcasecmp(system_charset_info, from, "YES") == 0))
108
else if ((length == 2) and (my_strcasecmp(system_charset_info, from, "NO") == 0))