DOCAPI-6890: system.parts.is_frozen description. (#5537)

* DOCAPI-6890: system.parts.is_frozen description.

* DOCAPI-6890: Typo fix.
This commit is contained in:
Ivan Blinkov 2019-06-06 07:02:09 +03:00 committed by GitHub
commit 3c158faf16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,6 +210,8 @@ Formats:
- engine (String) Name of the table engine without parameters.
- is_frozen (UInt8) Flag that shows partition data backup existence. 1, the backup exists. 0, the backup doesn't exist. For more details, see [FREEZE PARTITION](../query_language/alter.md#alter_freeze-partition)
## system.part_log {#system_tables-part-log}
The `system.part_log` table is created only if the [part_log](server_settings/settings.md#server_settings-part-log) server setting is specified.