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