INNODB_TABLESPACES_SCRUBBING
Topics on This Page:
- In 10.5 ES:
Not present
- In 10.5 CS, 10.4 ES, 10.4 CS, 10.3 ES, 10.3 CS, 10.2 ES, 10.2 CS:
InnoDB TABLESPACES_SCRUBBING
See also: Information Schema in 10.5 ES, in 10.5 CS, in 10.4 ES, in 10.4 CS, in 10.3 ES, in 10.3 CS, in 10.2 ES, and in 10.2 CS
DETAILS
SCHEMA
CREATE TEMPORARY TABLE `INNODB_TABLESPACES_SCRUBBING` (
`SPACE` bigint(21) unsigned NOT NULL DEFAULT 0,
`NAME` varchar(655) DEFAULT NULL,
`COMPRESSED` int(1) unsigned NOT NULL DEFAULT 0,
`LAST_SCRUB_COMPLETED` datetime DEFAULT NULL,
`CURRENT_SCRUB_STARTED` datetime DEFAULT NULL,
`CURRENT_SCRUB_ACTIVE_THREADS` int(11) unsigned DEFAULT NULL,
`CURRENT_SCRUB_PAGE_NUMBER` bigint(21) unsigned NOT NULL DEFAULT 0,
`CURRENT_SCRUB_MAX_PAGE_NUMBER` bigint(21) unsigned NOT NULL DEFAULT 0,
`ON_SSD` int(1) unsigned NOT NULL DEFAULT 0
)
CHANGE HISTORY
Release Series |
History |
---|---|
10.5 Enterprise |
|
10.5 Community |
|
10.4 Enterprise |
|
10.4 Community |
|
10.3 Enterprise |
|
10.3 Community |
|
10.2 Enterprise |
|
10.2 Community |
|
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.
Information specific to MariaDB SkySQL can be found on the INNODB_TABLESPACES_SCRUBBING page in the SkySQL Documentation.