diff options
author | unknown <timour@askmonty.org> | 2012-06-04 18:06:00 +0300 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2012-06-04 18:06:00 +0300 |
commit | ca5473f1db6dc63baffc736737e54bdffd6449a6 (patch) | |
tree | 35bb3843fbed2cc58639711a3b39d89618aaa692 /mysql-test/r/union.result | |
parent | afedd72e225654225b20a91b072b012e4c57a9d4 (diff) | |
download | mariadb-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