Details
-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
If I configure MariaDB 5.1.42 uses thread pool to handle the incoming connection as following:
thread-handling=pool-of-threads
thread-pool-size=20
I suppose I can check out these parameters by
mysqld --verbose --help
However, only "thread-pool-size" is displayed in the printout result. "thread-handling" doesn't show on the printout results.
BTW, if I type "SHOW VARIABLES" in mysql shell, "thread-handling" can be printed out in the result.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
[Bug 520243] [NEW] useability bug of thread pool configuration
Hi!
>>>>> "zhan" == zhan <schumi.han@gmail.com> writes:
zhan> Public bug reported:
zhan> If I configure MariaDB 5.1.42 uses thread pool to handle the incoming connection as following:
zhan> thread-handling=pool-of-threads
zhan> thread-pool-size=20
zhan> I suppose I can check out these parameters by
zhan> mysqld --verbose --help
zhan> However, only "thread-pool-size" is displayed in the printout result.
zhan> "thread-handling" doesn't show on the printout results.
zhan> BTW, if I type "SHOW VARIABLES" in mysql shell, "thread-handling" can be
zhan> printed out in the result.
Fixed and pushed.
Thanks for bug report!
Regards,
Monty