• unknown's avatar
    Fix bug lp:1008487 · ca5473f1
    unknown authored
    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.
    ca5473f1
item.h 135 KB