summaryrefslogtreecommitdiff
path: root/zlib/inffast.c
diff options
context:
space:
mode:
authorwillhan <526786050@qq.com>2019-04-16 22:10:05 +0800
committerSergei Golubchik <serg@mariadb.org>2019-11-25 15:40:01 +0100
commit3551cd32a8df667e1257ae5118873b5d1ef1b631 (patch)
tree47029244dbab6c22d6c2368bbb50c43854a66bfa /zlib/inffast.c
parentd30e51fafb8da04063b6b172c6fbe46ab59afd3e (diff)
downloadmariadb-git-3551cd32a8df667e1257ae5118873b5d1ef1b631.tar.gz
MDEV-17508 Fix bug for spider when using "not like"
fix bug for spider where using "not like" (#890) test case: t1 is a spider engine table; CREATE TABLE `t1` ( `id` int(11) NOT NULL DEFAULT '0', `name` char(64) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=SPIDER query: "select * from t1 where name not like 'x%' " would dispatch "select xxx name name like 'x%' " to remote mysqld, is wrong
Diffstat (limited to 'zlib/inffast.c')
0 files changed, 0 insertions, 0 deletions