• Sergei Golubchik's avatar
    S3 plugin fails to load depending on loaded storage engines · d8515c8d
    Sergei Golubchik authored
    storage engines are generally initialized in some random order
    (by iterating the hash of plugin names).
    
    S3 fails if it's initialized before Aria.
    
    But it looks that while S3 needs Aria, it does not need
    Aria to be initialized before S3. S3 copies maria_hton and then
    overwrites every single member of it, so it can handle Aria being
    initialized after S3.
    d8515c8d
ha_maria.cc 137 KB