diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2015-01-18 01:54:11 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2015-01-18 01:54:11 +0400 |
commit | c11a054a98f72bac2334c8c6b0b66feb94e8248f (patch) | |
tree | d71e3374413933a33c70a6d5c53735c82fbca4e2 /sql/mysqld.h | |
parent | 09d54b37f5968da4105dcb5d4f4e3afaeb44923f (diff) | |
download | mariadb-git-c11a054a98f72bac2334c8c6b0b66feb94e8248f.tar.gz |
MDEV-7152 Wrong result set for WHERE a='oe' COLLATE utf8_german2_ci AND a='oe'
- The code that tested if
WHERE expr=value AND expr=const
can be rewritten to:
WHERE const=value AND expr=const
was incomplete in case of STRING_RESULT.
- Moving the test into a new function, to reduce duplicate code.
Diffstat (limited to 'sql/mysqld.h')
0 files changed, 0 insertions, 0 deletions