• Varun Gupta's avatar
    MDEV-19680:: Assertion `!table || (!table->read_set ||... · 359d91aa
    Varun Gupta authored
    MDEV-19680:: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index) || (!(ptr >= table->record[0] && ptr < table->record[0] + table->s->reclength)))' or alike failed upon SELECT with mix of functions from simple view
    
    Set read_set bitmap for view from the JOIN::all_fields list instead of JOIN::fields_list
    as split_sum_func would have added items to the all_fields list.
    359d91aa
func_misc.test 41.1 KB