• Marko Mäkelä's avatar
    MDEV-23600 follow-up: uninitialized rec_field_is_prefix · c029d456
    Marko Mäkelä authored
    build_template_field(): Initialize templ->rec_field_is_prefix
    also for indexes on virtual columns. This was caught on 10.5 by
    MemorySanitizer as use-of-uninitialized-value in
    row_search_with_covering_prefix() when running the test
    main.fast_prefix_index_fetch_innodb.
    c029d456
ha_innodb.cc 642 KB