• Sergei Golubchik's avatar
    MDEV-4403 Attempting to use cassandra storage engine causes "service... · 47ee7219
    Sergei Golubchik authored
    MDEV-4403 Attempting to use cassandra storage engine causes "service 'my_snprintf_service' interface version mismatch"
    
    When a DSO is loaded we rewrite service pointers to point to the actual service structures.
    But when a DSO is unloaded, we have to restore their original values, in case this DSO
    wasn't removed from memory on dlclose() and is later loaded again.
    47ee7219
cassandra_reinstall.test 752 Bytes