Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
SELECT GLOBAL
On this page
The SELECT GLOBAL command inspects the setting of a global engine variable.
Syntax
SELECT @@GLOBAL.variable_nameRemarks
-
variable_is the name of a global engine variable.name -
Refer to the Permissions Matrix for the required permissions.
Example
SELECT @@GLOBAL.redundancy_level;
+---------------------------+
| @@GLOBAL.redundancy_level |
+---------------------------+
| 1 |
+---------------------------+
1 row in set (0.00 sec)Last modified: