2
2
.\" Title: comp_err
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: 08/31 /2023
5
+ .\" Date: 11/27 /2023
6
6
.\" Manual: MySQL Database System
7
7
.\" Source: MySQL 8.0
8
8
.\" Language: English
9
9
.\"
10
- .TH "COMP_ERR" "1" "08/31 /2023" "MySQL 8\&.0" "MySQL Database System"
10
+ .TH "COMP_ERR" "1" "11/27 /2023" "MySQL 8\&.0" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
@@ -115,6 +115,28 @@ supports the following options\&.
115
115
.\}
116
116
\fB\-\-help\fR,
117
117
\fB\-?\fR
118
+ .TS
119
+ allbox tab(:);
120
+ lB l
121
+ lB l
122
+ lB l.
123
+ T{
124
+ Command-Line Format
125
+ T}:T{
126
+ --help
127
+ T}
128
+ T{
129
+ Type
130
+ T}:T{
131
+ Boolean
132
+ T}
133
+ T{
134
+ Default Value
135
+ T}:T{
136
+ false
137
+ T}
138
+ .TE
139
+ .sp 1
118
140
Display a help message and exit\&.
119
141
.RE
120
142
.sp
@@ -128,6 +150,28 @@ Display a help message and exit\&.
128
150
.\}
129
151
\fB\-\-charset=\fR\fB\fIdir_name\fR\fR,
130
152
\fB\-C \fR\fB\fIdir_name\fR\fR
153
+ .TS
154
+ allbox tab(:);
155
+ lB l
156
+ lB l
157
+ lB l.
158
+ T{
159
+ Command-Line Format
160
+ T}:T{
161
+ --charset
162
+ T}
163
+ T{
164
+ Type
165
+ T}:T{
166
+ String
167
+ T}
168
+ T{
169
+ Default Value
170
+ T}:T{
171
+ ../share/charsets
172
+ T}
173
+ .TE
174
+ .sp 1
131
175
The character set directory\&. The default is
132
176
\&.\&./sql/share/charsets\&.
133
177
.RE
@@ -142,6 +186,28 @@ The character set directory\&. The default is
142
186
.\}
143
187
\fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
144
188
\fB\-# \fR\fB\fIdebug_options\fR\fR
189
+ .TS
190
+ allbox tab(:);
191
+ lB l
192
+ lB l
193
+ lB l.
194
+ T{
195
+ Command-Line Format
196
+ T}:T{
197
+ --debug=options
198
+ T}
199
+ T{
200
+ Type
201
+ T}:T{
202
+ String
203
+ T}
204
+ T{
205
+ Default Value
206
+ T}:T{
207
+ d:t:O,/tmp/comp_err.trace
208
+ T}
209
+ .TE
210
+ .sp 1
145
211
Write a debugging log\&. A typical
146
212
\fIdebug_options\fR
147
213
string is
@@ -159,6 +225,28 @@ d:t:O,/tmp/comp_err\&.trace\&.
159
225
.\}
160
226
\fB\-\-debug\-info\fR,
161
227
\fB\-T\fR
228
+ .TS
229
+ allbox tab(:);
230
+ lB l
231
+ lB l
232
+ lB l.
233
+ T{
234
+ Command-Line Format
235
+ T}:T{
236
+ --debug-info
237
+ T}
238
+ T{
239
+ Type
240
+ T}:T{
241
+ Boolean
242
+ T}
243
+ T{
244
+ Default Value
245
+ T}:T{
246
+ false
247
+ T}
248
+ .TE
249
+ .sp 1
162
250
Print some debugging information when the program exits\&.
163
251
.RE
164
252
.sp
@@ -172,6 +260,28 @@ Print some debugging information when the program exits\&.
172
260
.\}
173
261
\fB\-\-errmsg\-file=\fR\fB\fIfile_name\fR\fR,
174
262
\fB\-H \fR\fB\fIfile_name\fR\fR
263
+ .TS
264
+ allbox tab(:);
265
+ lB l
266
+ lB l
267
+ lB l.
268
+ T{
269
+ Command-Line Format
270
+ T}:T{
271
+ --errmsg-file=name
272
+ T}
273
+ T{
274
+ Type
275
+ T}:T{
276
+ File name
277
+ T}
278
+ T{
279
+ Default Value
280
+ T}:T{
281
+ mysqld_errmsg.h
282
+ T}
283
+ .TE
284
+ .sp 1
175
285
The name of the error message file\&. The default is
176
286
mysqld_errmsg\&.h\&. This option was added in MySQL 8\&.0\&.18\&.
177
287
.RE
@@ -186,6 +296,28 @@ mysqld_errmsg\&.h\&. This option was added in MySQL 8\&.0\&.18\&.
186
296
.\}
187
297
\fB\-\-header\-file=\fR\fB\fIfile_name\fR\fR,
188
298
\fB\-H \fR\fB\fIfile_name\fR\fR
299
+ .TS
300
+ allbox tab(:);
301
+ lB l
302
+ lB l
303
+ lB l.
304
+ T{
305
+ Command-Line Format
306
+ T}:T{
307
+ --header-file=name
308
+ T}
309
+ T{
310
+ Type
311
+ T}:T{
312
+ File name
313
+ T}
314
+ T{
315
+ Default Value
316
+ T}:T{
317
+ mysqld_error.h
318
+ T}
319
+ .TE
320
+ .sp 1
189
321
The name of the error header file\&. The default is
190
322
mysqld_error\&.h\&.
191
323
.RE
@@ -200,6 +332,28 @@ mysqld_error\&.h\&.
200
332
.\}
201
333
\fB\-\-in\-file=\fR\fB\fIfile_name\fR\fR,
202
334
\fB\-F \fR\fB\fIfile_name\fR\fR
335
+ .TS
336
+ allbox tab(:);
337
+ lB l
338
+ lB l
339
+ lB l.
340
+ T{
341
+ Command-Line Format
342
+ T}:T{
343
+ --in-file=path
344
+ T}
345
+ T{
346
+ Type
347
+ T}:T{
348
+ File name
349
+ T}
350
+ T{
351
+ Default Value
352
+ T}:T{
353
+ [none]
354
+ T}
355
+ .TE
356
+ .sp 1
203
357
The name of the input file\&. The default is
204
358
\&.\&./share/errmsg\-utf8\&.txt\&.
205
359
.sp
@@ -220,6 +374,28 @@ options\&.
220
374
.\}
221
375
\fB\-\-in\-file\-errlog=\fR\fB\fIfile_name\fR\fR,
222
376
\fB\-e \fR\fB\fIfile_name\fR\fR
377
+ .TS
378
+ allbox tab(:);
379
+ lB l
380
+ lB l
381
+ lB l.
382
+ T{
383
+ Command-Line Format
384
+ T}:T{
385
+ --in-file-errlog
386
+ T}
387
+ T{
388
+ Type
389
+ T}:T{
390
+ File name
391
+ T}
392
+ T{
393
+ Default Value
394
+ T}:T{
395
+ ../share/messages_to_error_log.txt
396
+ T}
397
+ .TE
398
+ .sp 1
223
399
The name of the input file that defines error messages intended to be written to the error log\&. The default is
224
400
\&.\&./share/messages_to_error_log\&.txt\&.
225
401
.sp
@@ -236,6 +412,28 @@ This option was added in MySQL 8\&.0\&.19\&.
236
412
.\}
237
413
\fB\-\-in\-file\-toclient=\fR\fB\fIfile_name\fR\fR,
238
414
\fB\-c \fR\fB\fIfile_name\fR\fR
415
+ .TS
416
+ allbox tab(:);
417
+ lB l
418
+ lB l
419
+ lB l.
420
+ T{
421
+ Command-Line Format
422
+ T}:T{
423
+ --in-file-toclient=path
424
+ T}
425
+ T{
426
+ Type
427
+ T}:T{
428
+ File name
429
+ T}
430
+ T{
431
+ Default Value
432
+ T}:T{
433
+ ../share/messages_to_clients.txt
434
+ T}
435
+ .TE
436
+ .sp 1
239
437
The name of the input file that defines error messages intended to be written to clients\&. The default is
240
438
\&.\&./share/messages_to_clients\&.txt\&.
241
439
.sp
@@ -252,6 +450,28 @@ This option was added in MySQL 8\&.0\&.19\&.
252
450
.\}
253
451
\fB\-\-name\-file=\fR\fB\fIfile_name\fR\fR,
254
452
\fB\-N \fR\fB\fIfile_name\fR\fR
453
+ .TS
454
+ allbox tab(:);
455
+ lB l
456
+ lB l
457
+ lB l.
458
+ T{
459
+ Command-Line Format
460
+ T}:T{
461
+ --name-file=name
462
+ T}
463
+ T{
464
+ Type
465
+ T}:T{
466
+ File name
467
+ T}
468
+ T{
469
+ Default Value
470
+ T}:T{
471
+ mysqld_ername.h
472
+ T}
473
+ .TE
474
+ .sp 1
255
475
The name of the error name file\&. The default is
256
476
mysqld_ername\&.h\&.
257
477
.RE
@@ -266,6 +486,28 @@ mysqld_ername\&.h\&.
266
486
.\}
267
487
\fB\-\-out\-dir=\fR\fB\fIdir_name\fR\fR,
268
488
\fB\-D \fR\fB\fIdir_name\fR\fR
489
+ .TS
490
+ allbox tab(:);
491
+ lB l
492
+ lB l
493
+ lB l.
494
+ T{
495
+ Command-Line Format
496
+ T}:T{
497
+ --out-dir=path
498
+ T}
499
+ T{
500
+ Type
501
+ T}:T{
502
+ String
503
+ T}
504
+ T{
505
+ Default Value
506
+ T}:T{
507
+ ../share/
508
+ T}
509
+ .TE
510
+ .sp 1
269
511
The name of the output base directory\&. The default is
270
512
\&.\&./sql/share/\&.
271
513
.RE
@@ -280,6 +522,28 @@ The name of the output base directory\&. The default is
280
522
.\}
281
523
\fB\-\-out\-file=\fR\fB\fIfile_name\fR\fR,
282
524
\fB\-O \fR\fB\fIfile_name\fR\fR
525
+ .TS
526
+ allbox tab(:);
527
+ lB l
528
+ lB l
529
+ lB l.
530
+ T{
531
+ Command-Line Format
532
+ T}:T{
533
+ --out-file=name
534
+ T}
535
+ T{
536
+ Type
537
+ T}:T{
538
+ File name
539
+ T}
540
+ T{
541
+ Default Value
542
+ T}:T{
543
+ errmsg.sys
544
+ T}
545
+ .TE
546
+ .sp 1
283
547
The name of the output file\&. The default is
284
548
errmsg\&.sys\&.
285
549
.RE
@@ -294,6 +558,28 @@ errmsg\&.sys\&.
294
558
.\}
295
559
\fB\-\-version\fR,
296
560
\fB\-V\fR
561
+ .TS
562
+ allbox tab(:);
563
+ lB l
564
+ lB l
565
+ lB l.
566
+ T{
567
+ Command-Line Format
568
+ T}:T{
569
+ --version
570
+ T}
571
+ T{
572
+ Type
573
+ T}:T{
574
+ Boolean
575
+ T}
576
+ T{
577
+ Default Value
578
+ T}:T{
579
+ false
580
+ T}
581
+ .TE
582
+ .sp 1
297
583
Display version information and exit\&.
298
584
.RE
299
585
.SH "COPYRIGHT"
0 commit comments