mysql.rds_innodb_buffer_pool_load_abort
Cancels a load of the saved buffer pool state while in progress. For more information, see InnoDB cache warming for MySQL on Amazon RDS.
Syntax
CALL mysql.rds_innodb_buffer_pool_load_abort();
Usage notes
The master user must run the mysql.rds_innodb_buffer_pool_load_abort
procedure.