|
2 | 2 | .\" Title: mysqlrouter
|
3 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
4 | 4 | .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
5 |
| -.\" Date: 12/12/2024 |
| 5 | +.\" Date: 01/28/2025 |
6 | 6 | .\" Manual: MySQL Router
|
7 | 7 | .\" Source: MySQL 9.0
|
8 | 8 | .\" Language: English
|
9 | 9 | .\"
|
10 |
| -.TH "MYSQLROUTER" "1" "12/12/2024" "MySQL 9\&.0" "MySQL Router" |
| 10 | +.TH "MYSQLROUTER" "1" "01/28/2025" "MySQL 9\&.0" "MySQL Router" |
11 | 11 | .\" -----------------------------------------------------------------
|
12 | 12 | .\" * Define some portability stuff
|
13 | 13 | .\" -----------------------------------------------------------------
|
@@ -385,6 +385,56 @@ This option is not available on Windows\&.
|
385 | 385 | .sp -1
|
386 | 386 | .IP \(bu 2.3
|
387 | 387 | .\}
|
| 388 | +\fB\-\-core\-file\fR |
| 389 | +.TS |
| 390 | +allbox tab(:); |
| 391 | +lB l |
| 392 | +lB l |
| 393 | +lB l. |
| 394 | +T{ |
| 395 | +Command-Line Format |
| 396 | +T}:T{ |
| 397 | +--core-file[={0|1}] |
| 398 | +T} |
| 399 | +T{ |
| 400 | +Type |
| 401 | +T}:T{ |
| 402 | +Boolean |
| 403 | +T} |
| 404 | +T{ |
| 405 | +Default Value |
| 406 | +T}:T{ |
| 407 | +0 |
| 408 | +T} |
| 409 | +.TE |
| 410 | +.sp 1 |
| 411 | +Write a core file if |
| 412 | +\fBmysqlrouter\fR |
| 413 | +dies\&. The name and location of the core file is system dependent\&. On Linux, a core file named |
| 414 | +core\&.\fIpid\fR |
| 415 | +is written to the current working directory of the process\&. |
| 416 | +\fIpid\fR |
| 417 | +represents the process ID of the server process\&. On macOS, a core file named |
| 418 | +core\&.\fIpid\fR |
| 419 | +is written to the |
| 420 | +/cores |
| 421 | +directory, if the process has the |
| 422 | +com\&.apple\&.security\&.get\-task\-allow |
| 423 | +entitlement\&. On Solaris, use the |
| 424 | +\fBcoreadm\fR |
| 425 | +command to specify where to write the core file and how to name it\&. On Windows, a minidump file named |
| 426 | +mysqlrouter\&.\fI{pid}\fR\&.dmp |
| 427 | +is written to the current working directory of the process\&. |
| 428 | +.RE |
| 429 | +.sp |
| 430 | +.RS 4 |
| 431 | +.ie n \{\ |
| 432 | +\h'-04'\(bu\h'+03'\c |
| 433 | +.\} |
| 434 | +.el \{\ |
| 435 | +.sp -1 |
| 436 | +.IP \(bu 2.3 |
| 437 | +.\} |
388 | 438 | \fB\-\-directory \fR\fB\fIdir_path\fR\fR,
|
389 | 439 | \fB\-d \fR\fB\fIdir_path\fR\fR
|
390 | 440 | .TS
|
@@ -3033,7 +3083,7 @@ at bootstrap\&. It defaults to 8443\&. Availability of the port is not checked\&
|
3033 | 3083 | .SH "COPYRIGHT"
|
3034 | 3084 | .br
|
3035 | 3085 | .PP
|
3036 |
| -Copyright \(co 2006, 2024, Oracle and/or its affiliates. |
| 3086 | +Copyright \(co 2006, 2025, Oracle and/or its affiliates. |
3037 | 3087 | .PP
|
3038 | 3088 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
|
3039 | 3089 | .PP
|
|
0 commit comments