mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
8b625529c9
which is always false. In a very fast InnoDB shutdown, we just ensure that no more transactions are running, flush InnoDB log, signal InnoDB threads to die, and then return from InnoDB (from innobase_end()) without waiting for those threads to actually die. I have tested on a 4CPU machine that even with --innodb_flush_log_at_trx_commit=0, this optimized InnoDB very fast shutdown loses no committed transactions. Patch pre-approved by Heikki. |
||
---|---|---|
.. | ||
Makefile.am | ||
makefilewin | ||
srv0que.c | ||
srv0srv.c | ||
srv0start.c |