INDEX_STATISTICS can not STATISTICS partition table
Bug #625045 reported by
limohao
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.1 |
Won't Fix
|
Low
|
Unassigned | |||
5.5 |
Triaged
|
Low
|
Unassigned | |||
5.6 |
Triaged
|
Low
|
Unassigned | |||
5.7 |
Triaged
|
Low
|
Unassigned |
Bug Description
using script.txt create table and proc
table part_date3 is a partitioning table
table part_date3 is a normal table
then load data
call load_data3()
call load_data4()
open user statistics
set global userstat_running =1
then run
SELECT * FROM part_date3 p;
and
SELECT * FROM part_date4 p;
output information_
SELECT * FROM information_
'test', 'part_date4', 'PRIMARY', 12999
'mysql', 'proc', 'PRIMARY', 4
part_date3 index has not STATISTIC.
Changed in percona-server: | |
status: | New → Confirmed |
Changed in percona-server: | |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
tags: | added: userstat |
To post a comment you must log in.
This also affects table_statistics. what version is this fixed in?