Skip to content

Commit

Permalink
status-variables: Add conditional status that are not available with …
Browse files Browse the repository at this point in the history
…unistore (#15918)
  • Loading branch information
dveeden committed Feb 29, 2024
1 parent 528dc73 commit a8648ba
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions status-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,33 @@ Additionally, the [FLUSH STATUS](/sql-statements/sql-statement-flush-status.md)
- Scope: SESSION | GLOBAL
- Type: String
- The UUID of the server.

### tidb_gc_last_run_time

- Scope: SESSION | GLOBAL
- Type: String
- The timestamp of the last run of [GC](/garbage-collection-overview.md).

### tidb_gc_leader_desc

- Scope: SESSION | GLOBAL
- Type: String
- Information about [GC](/garbage-collection-overview.md) leader, including the hostname and process id (pid).

### tidb_gc_leader_lease

- Scope: SESSION | GLOBAL
- Type: String
- The timestamp of the [GC](/garbage-collection-overview.md) lease.

### tidb_gc_leader_uuid

- Scope: SESSION | GLOBAL
- Type: String
- The UUID of the [GC](/garbage-collection-overview.md) leader.

### tidb_gc_safe_point

- Scope: SESSION | GLOBAL
- Type: String
- The timestamp of the [GC](/garbage-collection-overview.md) safe point.

0 comments on commit a8648ba

Please sign in to comment.