Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.1(EOL)
-
None
Description
Suggested in MDEV-13797 case:
- Start a number of transactions that modify data.
- In one connection, SET GLOBAL innodb_flush_log_at_trx_commit=1; and commit a small change to an InnoDB table. This ensures that the changes from the above incomplete transactions are persisted in the redo log.
- Kill the server.
- Restart and quickly shut down the server. It should hang on shutdown.
Attachments
Issue Links
- duplicates
-
MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup, while rolling back recovered incomplete transactions
- Closed