summaryrefslogtreecommitdiff
path: root/mysql-test/r/union.result
diff options
context:
space:
mode:
authorunknown <timour@askmonty.org>2012-06-04 18:06:00 +0300
committerunknown <timour@askmonty.org>2012-06-04 18:06:00 +0300
commitca5473f1db6dc63baffc736737e54bdffd6449a6 (patch)
tree35bb3843fbed2cc58639711a3b39d89618aaa692 /mysql-test/r/union.result
parentafedd72e225654225b20a91b072b012e4c57a9d4 (diff)
downloadmariadb-git-ca5473f1db6dc63baffc736737e54bdffd6449a6.tar.gz
Fix bug lp:1008487
Analysis: The crash is a result of Item_cache_temporal::example not being set (it is NULL). It turns out that the value of Item_cache_temporal may be set directly by calling Item_cache_temporal::store_packed without ever setting the "example" of this Item_cache. Therefore the failing assertion is too narrow. Solution: Remove the assert. In principle we could overwrite this method for Item_cache_temporal, but it doesn't make sense just for this assert.
Diffstat (limited to 'mysql-test/r/union.result')
0 files changed, 0 insertions, 0 deletions