Skip to content

Commit ddd4c74

Browse files
mariadb-stefan-hinzgitbook-bot
authored andcommitted
GITBOOK-1597: Remove variable that was removed long ago.
1 parent 03423e7 commit ddd4c74

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

server/ha-and-performance/optimization-and-tuning/system-variables/server-system-variables.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ This is because the intermediate result, `SELECT 55/23244` takes into account `d
10251025

10261026
#### `join_buffer_space_limit`
10271027

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.
10291029
* Command line: `--join-buffer-space-limit=#`
10301030
* Scope: Global, Session
10311031
* Dynamic: Yes
@@ -1126,14 +1126,6 @@ This is because the intermediate result, `SELECT 55/23244` takes into account `d
11261126
* Data Type: `string`
11271127
* Default Value: `en_US`
11281128

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.
1132-
* Scope: Global, Session
1133-
* Dynamic: Yes
1134-
* Data Type: `boolean`
1135-
* Introduced: [MariaDB 10.5.27](https://app.gitbook.com/s/aEnK0ZXmUbJzqQrTjFyb/community-server/old-releases/mariadb-10-5-series/mariadb-10-5-27-release-notes), [MariaDB 10.6.20](https://app.gitbook.com/s/aEnK0ZXmUbJzqQrTjFyb/community-server/10.6/10.6.20), [MariaDB 10.11.10](https://app.gitbook.com/s/aEnK0ZXmUbJzqQrTjFyb/community-server/10.11/10.11.10), [MariaDB 11.4.4](https://app.gitbook.com/s/aEnK0ZXmUbJzqQrTjFyb/community-server/11.4/11.4.4), [MariaDB 11.7.1](https://app.gitbook.com/s/aEnK0ZXmUbJzqQrTjFyb/community-server/old-releases/mariadb-11-7-rolling-releases/mariadb-11-7-1-release-notes)
1136-
11371129
#### `license`
11381130

11391131
* Description: Server license, for example `GPL`.
@@ -2349,7 +2341,7 @@ MariaDB sets the limit with [setrlimit](https://linux.die.net/man/2/setrlimit).
23492341

23502342
#### `redirect_url`
23512343

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).
23532345
* Command line: `--redirect_url=val`
23542346
* Scope: Global, Session
23552347
* Dynamic: Yes

0 commit comments

Comments
 (0)