• unknown's avatar
    MDEV-3810 fix. · 49c8d8b2
    unknown authored
      
    The problem is that memory alocated by copy_andor_structure() well be freed,
    but if level of SELECT_LEX it will be excluded (in case of merge derived tables and view)
    then sl->where/having will not be updated here but still can be accessed (so it will be access to freed memory).
    
    (patch by Sanja)
    49c8d8b2
sql_prepare.cc 109 KB