Bug#38328780: mysqld fails to start with assertions
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 48/100
Research direction
Start by reproducing the early server exit with --skip-grant-tables and the invalid Windows connection parameters, then compare the shutdown sequence with upstream commit 5b35664ed0cdb531b9c8298b81727a527437c12b. Done means the replication tracker and compress GTID threads are ended before plugin shutdown and the InnoDB assertion no longer occurs.
Written by the indexing model from the issue text.
Description
Background:
When server is started with --skip-grant-tables privileges are not
checked. Remote connections are not allowed. In Windows, server has to
be run with TCP/IP, --shared-memory, or --named-pipe should be enabled
to allow remote connections. Otherwise server is not started and exits
execution early with a message that it was started with wrong
parameters.
Problem:
During early return server did not end the replication tracker thread
and compress GTID thread before it started to shut down the plugins as
it is done during normal server shutdown. As a result of that InnoDB
shutdown failed because it detected open transactions from those
threads.
Commit
https://github.com/LiuPlusPlus/TXSQL/commit/e54550dbb6cb3570147a6ca5bb284e824d654e10
Upstream Reference
https://github.com/mysql/mysql-server/commit/5b35664ed0cdb531b9c8298b81727a527437c12b
- Dominant language
- C++
- Stars
- 338
- Forks
- 235
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from OpenTenBase/TXSQL
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
OpenTenBase/TXSQL#95 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
OpenTenBase/TXSQL#57 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 32/100
OpenTenBase/TXSQL#113 ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
OpenTenBase/TXSQL#112 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
OpenTenBase/TXSQL#111 ·
All issues in OpenTenBase/TXSQL
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·