• Marko Mäkelä's avatar
    MDEV-24340 Unique final message of InnoDB during shutdown · 1eb59c30
    Marko Mäkelä authored
    innobase_space_shutdown(): Remove. We want this step to be executed
    before the message "InnoDB: Shutdown completed; log sequence number "
    is output by innodb_shutdown(). It used to be executed after that step.
    
    innodb_shutdown(): Duplicate the code that used to live in
    innobase_space_shutdown().
    
    innobase_init_abort(): Merge with innobase_space_shutdown().
    1eb59c30
xtrabackup.cc 194 KB