From 9ecf15ed749782df0736dd8d355385b75a15c3c2 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 11 Sep 2004 15:48:23 +0400 Subject: Fix for bug #5513: FIND_IN_SET fails if set ends with a comma --- mysql-test/r/func_set.result | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/r/func_set.result') diff --git a/mysql-test/r/func_set.result b/mysql-test/r/func_set.result index 2431406c128..ca6e0a8c319 100644 --- a/mysql-test/r/func_set.result +++ b/mysql-test/r/func_set.result @@ -64,3 +64,6 @@ find_in_set('a',binary 'A,B,C') select find_in_set(binary 'a', 'A,B,C'); find_in_set(binary 'a', 'A,B,C') 0 +select find_in_set('1','3,1,'); +find_in_set('1','3,1,') +2 -- cgit v1.2.1