• Igor Babaev's avatar
    Fixed LP bug #799499. · 37bac085
    Igor Babaev authored
    The following were missing in the patch for mwl106:
    - KEY_PART_INFO::fieldnr were not set for generated keys to access
      tmp tables storing the rows of materialized derived tables/views
    - TABLE_SHARE::column_bitmap_size was not set for tmp tables storing
      the rows of materialized derived tables/views.
    These could cause crashes or memory overwrite.
    
    37bac085
table.cc 176 KB