diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-13 14:18:46 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-13 14:18:46 +0300 |
commit | 4bf81165e45eb13c0be0042773a0fcbafdf3803b (patch) | |
tree | 024356d2458230c53fe64c589693908e101816ac /sql/ha_partition.cc | |
parent | 45a87c685b1378d3840df3e391134afb01dead6f (diff) | |
download | mariadb-git-4bf81165e45eb13c0be0042773a0fcbafdf3803b.tar.gz |
Bug #55615 and bug #55564
An user assignment variable expression that's
evaluated in a logical expression context
(Item::val_bool()) can be pre-calculated in a
temporary table for GROUP BY.
However when the expression value is used after the
temp table creation it was re-evaluated instead of
being read from the temp table due to a missing
val_bool_result() method.
Fixed by implementing the method.
Diffstat (limited to 'sql/ha_partition.cc')
0 files changed, 0 insertions, 0 deletions