Bug #65021 A new UI command allow users to evict buffer pool entries of tables
Submitted: 18 Apr 2012 9:24 Modified: 18 Apr 2012 10:02
Reporter: xiaobin lin (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S4 (Feature request)
Version:5.6 OS:Any
Assigned to: CPU Architecture:Any
Tags: reset buffer pool

[18 Apr 2012 9:24] xiaobin lin
Description:
In some cases, we need to test the performance of warming up.

So if there is a command allows user to evicting the buffer pool entries of a table (or all tables), we need not restart the MySQL server again and again.

Perhaps some commands like "FLUSH TABLE tb_name FROM BUFFER_POOL" and "FLUSH BUFFER_POOL".

How to repeat:
as above