Bug #67944 | Please give a message for "thread_concurrency doesn’t do what you expect" | ||
---|---|---|---|
Submitted: | 18 Dec 2012 23:36 | Modified: | 1 Oct 2013 16:02 |
Reporter: | Jackie Zhang | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | 5.5 | OS: | Any |
Assigned to: | Ståle Deraas | CPU Architecture: | Any |
[18 Dec 2012 23:36]
Jackie Zhang
[19 Dec 2012 7:37]
Erlend Dahl
The variable thread_concurrency has been deprecated as of 5.6.1. The message is "Permits the application to give the threads system a hint for the desired number of threads that should be run at the same time. This variable has no effect, and is deprecated. It will be removed in a future release."
[19 Dec 2012 20:19]
Jackie Zhang
Dear Erlend, Glad to know it's fixed in the newest version. Shall we add the same patch to MySQL 5.5 since 5.6 is not a GA release, isn't it? Best regards, Jackie
[21 Dec 2012 4:47]
Erlend Dahl
[21 Dec 2012 4:51]
Erlend Dahl
I have transferred this as internal bug#16032946 and assigned to the appropriate team for evaluation.
[22 Dec 2012 7:14]
Jackie Zhang
sounds great! Thanks, Erlend! Best regards, Jackie
[1 Oct 2013 16:02]
Paul DuBois
Noted in 5.5.35 changelog. Attempts to use the thread_concurrency system variable (which has an effect only for Solaris 8 and earlier) now indicate that it has no effect when that is the case.
[4 Dec 2013 9:07]
Laurynas Biveinis
5.5$ bzr log -r 4466 ------------------------------------------------------------ revno: 4466 committer: Nisha Gopalakrishnan <nisha.gopalakrishnan@oracle.com> branch nick: mysql-5.5-16032946 timestamp: Thu 2013-09-05 13:40:27 +0530 message: BUG#16032946 - PLEASE GIVE A MESSAGE FOR "THREAD_CONCURRENCY DOESN'T DO WHAT YOU EXPECT" Fix info: -------- Backport of the deprecation bug fix (WL#5265) for global variable 'THREAD_CONCURRENCY' from mysql-5.6 to mysql-5.5 Note: With this backport, certain additional deprecation warnings would be reported under error conditions while setting the global/session variables.