Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document missing sysvars #6485

Merged
merged 16 commits into from
Sep 30, 2021
Merged
4 changes: 2 additions & 2 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ mysql> SELECT * FROM t1;
- This variable sets the authentication method that the server advertises when the server-client connection is being established. Possible values for this variable are documented in [Authentication plugin status](/security-compatibility-with-mysql.md#authentication-plugin-status).
- Value options: `mysql_native_password` and `caching_sha2_password`. For more details, see [Authentication plugin status](/security-compatibility-with-mysql.md#authentication-plugin-status).

### default_week-format
### default_week_format

- Scope: SESSION | GLOBAL
- Default value: `0`
Expand All @@ -190,7 +190,7 @@ mysql> SELECT * FROM t1;
- Scope: SESSION | GLOBAL
- Default value: `1024`
- Range: `[4, 18446744073709551615]`
- The maximum number of elements for the `GROUP_CONCAT()` function.
- The maximum buffer size for items in the `GROUP_CONCAT()` function.

### have_openssl

Expand Down