Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Every sysvar has an associated help text, but it's only accessible as mysqld --help which is kind of a waste. It would be helpful to show it as a third column in INFORMATION_SCHEMA.GLOBAL_VARIABLES and INFORMATION_SCHEMA.SESSION_VARIABLES. For backward compatibility we'll hide this column if @@old_mode=NO_SYSVAR_HELP.
Alternatively, we could introduce a new table, say, INFORMATION_SCHEMA.SYSTEM_VARIABLES with all (global and session) variables, without their current values, but with the help, type, valid value range, etc.
Attachments
Issue Links
- relates to
-
MDEV-8579 Some sysvars in I_S are missing any meaningful help (comment) text
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description | Every sysvar has an associated help text, but it's only accessible as {{mysqld --help}} which is kind of a waste. It would be helpful to show it as a third column in {{INFORMATION_SCHEMA.GLOBAL_VARIABLES}} and {{INFORMATION_SCHEMA.SESSION_VARIABLES}}. For backward compatibility we'll hide this column if {{@@old_mode=NO_SYSVAR_HELP}}. |
Every sysvar has an associated help text, but it's only accessible as {{mysqld --help}} which is kind of a waste. It would be helpful to show it as a third column in {{INFORMATION_SCHEMA.GLOBAL_VARIABLES}} and {{INFORMATION_SCHEMA.SESSION_VARIABLES}}. For backward compatibility we'll hide this column if {{@@old_mode=NO_SYSVAR_HELP}}. Alternatively, we could introduce a new table, say, {{INFORMATION_SCHEMA.SYSTEM_VARIABLES}} with all (global and session) variables, without their current values, but with the help, type, valid value range, etc. |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee | Sergei Golubchik [ serg ] |
Workflow | defaullt [ 39102 ] | MariaDB v2 [ 43410 ] |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.1.0 [ 12200 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Component/s | OTHER [ 10125 ] | |
Fix Version/s | 10.1.1 [ 16801 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 43410 ] | MariaDB v3 [ 61886 ] |
Workflow | MariaDB v3 [ 61886 ] | MariaDB v4 [ 132327 ] |
if we extend existing I_S tables, then we can at the same time extend I_S.PLUGIN and I_S.COLLATION to show usage counters (that now only feedback plugin can show). In this case the better name for the old mode would be something like OLD_I_S_TABLES