• Sergei Golubchik's avatar
    partitioning frm bugs: · 0973b7a8
    Sergei Golubchik authored
    1. default db type for partitions was stored as 1-byte DB_TYPE code,
       which doesn't work for dynamically generated codes.
    2. storage engine plugin for default db type wasn't locked at all,
       which could trivially crash for dynamic plugins.
    
    Now the storage engine name is stored in the extra2 section,
    and the plugin is correctly locked.
    
    0973b7a8
unireg.h 7.78 KB