summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_i_s/innodb_cmp_reset.result
blob: 02d26a5ccf5fb42e1bee3e43c97764499cf06ce5 (plain)
1
2
3
4
5
6
7
8
9
10
SHOW CREATE TABLE INFORMATION_SCHEMA.INNODB_CMP_RESET;
Table	Create Table
INNODB_CMP_RESET	CREATE TEMPORARY TABLE `INNODB_CMP_RESET` (
  `page_size` int(5) NOT NULL,
  `compress_ops` int(11) NOT NULL,
  `compress_ops_ok` int(11) NOT NULL,
  `compress_time` int(11) NOT NULL,
  `uncompress_ops` int(11) NOT NULL,
  `uncompress_time` int(11) NOT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb3