shutdown
The process of stopping the MariaDB server. By default, this process does cleanup operations for InnoDB tables, so it can slow to shut down, but fast to start up later. If you skip the cleanup operations, it is fast to shut down but must do the cleanup during the next restart.
The shutdown mode is controlled by the innodb-fast-shutdown
option.
See also fast shutdown.
See also InnoDB.
See also slow shutdown.