755
755
for (value++ ; my_isspace(&my_charset_utf8_general_ci,*value); value++) ;
756
756
value_end= strchr(value, '\0');
761
761
for ( ; my_isspace(&my_charset_utf8_general_ci,value_end[-1]) ; value_end--) ;
762
762
if (value_end < value) /* Empty string */
765
765
/* remove quotes around argument */
766
766
if ((*value == '\"' || *value == '\'') && /* First char is quote */