polardbxengine/mysql-test/suite/innodb/r/pct_cached_evict.result

9 lines
298 B
Plaintext

CREATE TABLE pct_cached_evict (a TEXT) ENGINE=INNODB;
# Populating pct_cached_evict with a few pages
# Emptying InnoDB buffer pool: begin
# Buffer pool size: 10485760 bytes
# Creating and dropping a table with size: 20971520 bytes
# Emptying InnoDB buffer pool: end
OK
DROP TABLE pct_cached_evict;