17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
#include <drizzled/function/find_in_set.h>
24
24
/* Search after a string in a string of strings separated by ',' */
25
25
/* Returns number of found type >= 1 or 0 if not found */
26
26
/* This optimizes searching in enums to bit testing! */
31
28
void Item_func_find_in_set::fix_length_and_dec()