Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Depending on what you want to see, you can list:
These commands return the following columns:

.Listing databases output
[options="header", width="100%", cols="4m,6,2m"]
[options="header", width="100%", cols="3m,6,2m"]
|===
| Column | Description | Type

Expand Down Expand Up @@ -95,7 +95,7 @@ The value can be either `online` or `offline`. label:default-output[]
| STRING

| currentStatus
| The actual status of the database. label:default-output[]
a| The actual status of the database. label:default-output[]

The possible statuses are:

Expand Down Expand Up @@ -173,12 +173,8 @@ The value for composite databases is `NULL` because it does not apply to them.
|
Information about the storage engine and the store format.

The value is a string formatted as:
The value is a string formatted as `{storage engine}-{store format}-{major version}.{minor version}`.

[source, syntax, role="noheader"]
----
{storage engine}-{store format}-{major version}.{minor version}
----
A database must be `online` or `deallocating` for this value to be available.
For other database states the value will be `NULL`.

Expand Down