Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6
Description
On 10.5 and 10.6 this issue started happening recently:
10.5.25 55cb2c2916a26b699ed8260427002243682c7110 (Optimized) |
qa-roel-2:/test/MD240424-mariadb-10.5.25-linux-x86_64-opt$ rm -Rf data; ./scripts/mariadb-install-db --no-defaults --basedir=${PWD} --datadir=${PWD}/data
|
Installing MariaDB/MySQL system tables in '/test/MD240424-mariadb-10.5.25-linux-x86_64-opt/data' ...
|
Error in my_thread_global_end(): 1 threads didn't exit
|
OK
|
...
|
10.6.18 0ccdf54b644352f42e1768bc660be7ab50c1e9d2 (Optimized) |
/test/MD240424-mariadb-10.6.18-linux-x86_64-opt$ rm -Rf data; ./scripts/mariadb-install-db --no-defaults --basedir=${PWD} --datadir=${PWD}/data
|
Installing MariaDB/MySQL system tables in '/test/MD240424-mariadb-10.6.18-linux-x86_64-opt/data' ...
|
Error in my_thread_global_end(): 1 threads didn't exit
|
OK
|
...
|
Also confirmed in 10.5 88f49da8e08bb5027b6031fed04f82f2d9f552b7 (10.5 trunk as of 4 May 24).
Attachments
Issue Links
- is blocked by
-
MDEV-34676 REOPEN: mariadb-install-db Error in my_thread_global_end(): 1 threads didn't exit
- Closed