Bug #112639 Missing plugin assertion error
Submitted: 5 Oct 2023 15:29 Modified: 6 Oct 2023 7:18
Reporter: Pedro Ferreira Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Options Severity:S6 (Debug Builds)
Version:8.1.0, 8.0.34, 5.7.43 OS:Ubuntu (22.04)
Assigned to: CPU Architecture:x86 (x86_64)

[5 Oct 2023 15:29] Pedro Ferreira
Description:
I don't have the threadpool plugin enabled, so if I set it in the server configuration file:

thread_handling=loaded-dynamically

Then start the server, I hit an assertion error at sql/conn_handler/connection_handler_manager.cc:160
assert(false);

Is this expected, or an error should be thrown?

The compilation parameters are the same as issue 108148:

-DWITH_DEBUG=1 -DWITH_ASAN=ON -DWITH_UBSAN=ON and boost library version 1.77

How to repeat:
Use the configuration step above.
[6 Oct 2023 7:18] MySQL Verification Team
Hello Pedro Ferreira,

Thank you for the report and feedback.
Observed that 8.0.34 debug build is affected.

regards,
Umesh