Miscellaneous code review changes from 5.7 work
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Won't Fix
|
Undecided
|
Unassigned | |||
5.6 |
Fix Released
|
Low
|
Laurynas Biveinis | |||
5.7 |
Fix Released
|
Low
|
Laurynas Biveinis |
Bug Description
Minor issues discovered in 5.7 porting and fixed there:
- THD::extra_port field is unused
- A duplicated code fragment in open_tables:
if (need_prelocking && ! thd->lex-
if (need_prelocking && ! *start)
*start= thd->lex-
if (need_prelocking && ! thd->lex-
if (need_prelocking && ! *start)
*start= thd->lex-
- Leftover #define EXTENDED_
- Unused LOCK_stats mutex
- The tail of percona_
- hp_reallocate_
- "--replace_column 3 CONNECTED_TIME 4 BUSY_TIME 5 CPU_TIME
SHOW CLIENT_STATISTICS;" in percona_
- main.percona_
- threadpool_
- mysqldump.
- QUERY_PROFILE:
- PROFILING:
- PROFILING:
- sys_vars.cc:void update_
- void threadpool_
- int io_poll_
- int io_poll_
- plugin/
- rpl.pseudo_
description: | updated |
description: | updated |
tags: | added: low-hanging-fruit |
https:/ /github. com/percona/ percona- server/ pull/454, https:/ /github. com/percona/ percona- server/ pull/455