• Monty's avatar
    MDEV-31083 ASAN use-after-poison in myrg_attach_children · cd37e494
    Monty authored
    The reason for ASAN report was that the MERGE and MYISAM file
    had different key definitions, which is not allowed.
    
    Fixed by ensuring that the MERGE code is not copying more key stats
    than what is in the MyISAM file.
    
    Other things:
    - Give an error if different MyISAM files has different number of
      key parts.
    cd37e494
myisammrg.h 4.78 KB