1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
Files
mariadb/mysql-test/suite/innodb_i_s/innodb_cmp.result
2022-09-20 16:53:20 +03:00

11 lines
398 B
Plaintext

SHOW CREATE TABLE INFORMATION_SCHEMA.INNODB_CMP;
Table Create Table
INNODB_CMP CREATE TEMPORARY TABLE `INNODB_CMP` (
`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 COLLATE=utf8mb3_general_ci