You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/ha-and-performance/optimization-and-tuning/system-variables/server-system-variables.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1025,7 +1025,7 @@ This is because the intermediate result, `SELECT 55/23244` takes into account `d
1025
1025
1026
1026
#### `join_buffer_space_limit`
1027
1027
1028
-
* Description: Maximum size in bytes of the query buffer, By default 1024_128_10.
1028
+
* Description: Maximum size in bytes of the query buffer, By default 1024\_128\_10.
1029
1029
* Command line: `--join-buffer-space-limit=#`
1030
1030
* Scope: Global, Session
1031
1031
* Dynamic: Yes
@@ -1126,14 +1126,6 @@ This is because the intermediate result, `SELECT 55/23244` takes into account `d
1126
1126
* Data Type: `string`
1127
1127
* Default Value: `en_US`
1128
1128
1129
-
#### `legacy_xa_rollback_at_disconnect`
1130
-
1131
-
* Description: If a user session disconnects after putting a transaction into the `XA PREPARE` state, roll back the transaction. Can be used for backwards compatibility to enable this pre-10.5 behavior for applications that expect it. Note that this violates the XA Specification and should not be used for new code.
@@ -2349,7 +2341,7 @@ MariaDB sets the limit with [setrlimit](https://linux.die.net/man/2/setrlimit).
2349
2341
2350
2342
#### `redirect_url`
2351
2343
2352
-
* Description: URL of another server to redirect clients to. Format should be `{mysql,mariadb}://host [:port]`. Empty string means no redirection. For example, `set global redirect_url="mysql://mariadb.org:12345"`. See [Connection Redirection Mechanism in the MariaDB Client/Server Protocol](../../connection-redirection-mechanism-in-the-mariadb-clientserver-protocol.md).
2344
+
* Description: URL of another server to redirect clients to. Format should be `{mysql,mariadb}://host [:port]`. Empty string means no redirection. For example, `set global redirect_url="mysql://mariadb.org:12345"`. See [Connection Redirection Mechanism in the MariaDB Client/Server Protocol](../../connection-redirection-mechanism-in-the-mariadb-clientserver-protocol.md).
0 commit comments