dec_connection_count() definition doesn't match its declaration
Bug #1131856 reported by
Alexey Kopytov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Triaged
|
High
|
Unassigned | |||
5.6 |
Invalid
|
Undecided
|
Unassigned | |||
5.7 |
Invalid
|
Undecided
|
Unassigned |
Bug Description
dec_connection_
/* Decrement connection counter */
void dec_connection_
However, the threadpool patch has added the 'thd' argument to the definition without changing the declaration:
void dec_connection_
{
mysql_
(*thd-
mysql_
}
summary: |
- dec_thread_count() definition doesn't match its declaration + dec_connection_count() definition doesn't match its declaration |
description: | updated |
tags: | added: low-hanging-fruit |
To post a comment you must log in.
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/ /jira.percona. com/browse/ PS-2898