ttRekeyStatus
Required Privilege
This procedure requires ADMIN privileges.
Syntax
ttRekeyStatus()
Parameters
ttRekeyStatus has no parameters.
Result Set
ttRekeyStatus returns the result set:.
| Column | Type | Description |
|---|---|---|
|
|
|
Information about the progress or completion of the last rekey operation. Possible values include the following:
|
|
|
|
Time when the rekey operation started. |
|
|
|
Time when the rekey operation completed. If this column is |
|
|
|
Count of how many rekey operations have completed. |
Examples
The following example shows an example result set for a call to
ttRekeyStatus.
Command> CALL ttRekeyStatus();
< Rekey done, 2025-09-11 22:19:39.044642, 2025-09-11 22:19:39.997542, 1 >
1 row found.