summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorGalina Shalygina <galina.shalygina@mariadb.com>2018-02-14 00:19:38 +0200
committerGalina Shalygina <galina.shalygina@mariadb.com>2018-02-20 21:56:52 +0200
commit9d97e6010ebdeab0579a8371d01f34118c518b30 (patch)
treeaf914ad550fe6889ea2e9722f55e0f00be929ae1 /win
parent947efe17ed8188ca4feef6deb0c2831a246b5c8f (diff)
downloadmariadb-git-9d97e6010ebdeab0579a8371d01f34118c518b30.tar.gz
MDEV-14835 Server crashes in Field_iterator_table::create_item when number of
elements of BIGINT or YEAR type in the IN list reaches in_predicate_conversion_threshold The bug appears at the prepare stage when IN-predicate with the long list of values is converted into IN-subquery. It happens because values in the right operand of the IN-predicate that have BIGINT or YEAR types are converted into the Item_int_with_ref. To fix it in the procedure Item_func_in::create_value_list_for_tvc real_item() is taken for each value in the right operand of the IN-predicate.
Diffstat (limited to 'win')
0 files changed, 0 insertions, 0 deletions