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