secure_timestamp
- In 10.5 ES, 10.5 CS, 10.4 ES, 10.4 CS, 10.3 ES, 10.3 CS:
Restricts direct setting of a session timestamp. Possible levels are: YES - timestamp cannot deviate from the system clock, REPLICATION - replication thread can adjust timestamp to match the master's, SUPER - a user with this privilege and a replication thread can adjust timestamp, NO - historical behavior, anyone can modify session timestamp
- In 10.2 ES, 10.2 CS:
Not present
See also: System Variables 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
PARAMETERS
Command-line |
--secure_timestamp={NO| |
Configuration file |
Supported |
Dynamic |
No |
Scope |
Global |
Data Type |
ENUM (NO, SUPER, REPLICATION, YES) |
Default Value |
NO |
SKYSQL
Cloud |
SkySQL Topology |
ES Ver |
Default |
---|---|---|---|
AWS |
HA (Primary/Replica) |
10.4 |
NO |
AWS |
HA (Primary/Replica) |
10.5 |
NO |
AWS |
Transactional Standalone |
10.4 |
NO |
AWS |
Transactional Standalone |
10.5 |
NO |
AWS |
Distributed Transactions |
10.5 |
NO |
GCP |
ColumnStore |
10.5 |
NO |
GCP |
ColumnStore Multi |
10.5 |
NO |
GCP |
Galera |
10.4 |
NO |
GCP |
Galera |
10.5 |
NO |
GCP |
HA (Primary/Replica) |
10.4 |
NO |
GCP |
HA (Primary/Replica) |
10.5 |
NO |
GCP |
HTAP |
10.5 |
NO |
GCP |
Transactional Standalone |
10.4 |
NO |
GCP |
Transactional Standalone |
10.5 |
NO |
GCP |
Distributed Transactions |
10.5 |
NO |
See MariaDB SkySQL documentation to learn more about the MariaDB SkySQL database as a service.
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 secure_timestamp page in the SkySQL Documentation.