22.\" Title: comp_err
33.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
44.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5- .\" Date: 03/03 /2023
5+ .\" Date: 05/23 /2023
66.\" Manual: MySQL Database System
7- .\" Source: MySQL 8.0
7+ .\" Source: MySQL 8.1
88.\" Language: English
99.\"
10- .TH "COMP_ERR" "1" "03/03 /2023" "MySQL 8\& .0 " "MySQL Database System"
10+ .TH "COMP_ERR" "1" "05/23 /2023" "MySQL 8\& .1 " "MySQL Database System"
1111.\" -----------------------------------------------------------------
1212.\" * Define some portability stuff
1313.\" -----------------------------------------------------------------
@@ -44,42 +44,18 @@ to determine the error messages to display for different error codes\&.
4444normally is run automatically when MySQL is built\& . It compiles the
4545errmsg\& .sys
4646file from text\- format error information in MySQL source distributions:
47- .sp
48- .RS 4
49- .ie n \{\
50- \h '-04' \(bu \h '+03' \c
51- .\}
52- .el \{\
53- .sp -1
54- .IP \(bu 2.3
55- .\}
56- As of MySQL 8\& .0\& .19, the error information comes from the
47+ .PP
48+ The error information comes from the
5749messages_to_error_log\& .txt
5850and
5951messages_to_clients\& .txt
6052files in the
6153share
6254directory\& .
63- .sp
55+ .PP
6456For more information about defining error messages, see the comments within those files, along with the
6557errmsg_readme\& .txt
6658file\& .
67- .RE
68- .sp
69- .RS 4
70- .ie n \{\
71- \h '-04' \(bu \h '+03' \c
72- .\}
73- .el \{\
74- .sp -1
75- .IP \(bu 2.3
76- .\}
77- Prior to MySQL 8\& .0\& .19, the error information comes from the
78- errmsg\- utf8\& .txt
79- file in the
80- sql/share
81- directory\& .
82- .RE
8359.PP
8460\fB comp_err \fR
8561also generates the
@@ -173,7 +149,7 @@ Print some debugging information when the program exits\&.
173149\fB \-\- errmsg \- file= \fR\fB\fI file_name \fR\fR ,
174150\fB \- H \fR\fB\fI file_name \fR\fR
175151The name of the error message file\& . The default is
176- mysqld_errmsg\& .h\& . This option was added in MySQL 8 \& .0 \& .18 \& .
152+ mysqld_errmsg\& .h\& .
177153.RE
178154.sp
179155.RS 4
@@ -198,32 +174,10 @@ mysqld_error\&.h\&.
198174.sp -1
199175.IP \(bu 2.3
200176.\}
201- \fB \-\- in \- file= \fR\fB\fI file_name \fR\fR ,
202- \fB \- F \fR\fB\fI file_name \fR\fR
203- The name of the input file\& . The default is
204- \& .\& ./share/errmsg\- utf8\& .txt\& .
205- .sp
206- This option was removed in MySQL 8\& .0\& .19 and replaced by the
207- \fB \-\- in \- file \- errlog \fR
208- and
209- \fB \-\- in \- file \- toclient \fR
210- options\& .
211- .RE
212- .sp
213- .RS 4
214- .ie n \{\
215- \h '-04' \(bu \h '+03' \c
216- .\}
217- .el \{\
218- .sp -1
219- .IP \(bu 2.3
220- .\}
221177\fB \-\- in \- file \- errlog= \fR\fB\fI file_name \fR\fR ,
222178\fB \- e \fR\fB\fI file_name \fR\fR
223179The name of the input file that defines error messages intended to be written to the error log\& . The default is
224180\& .\& ./share/messages_to_error_log\& .txt\& .
225- .sp
226- This option was added in MySQL 8\& .0\& .19\& .
227181.RE
228182.sp
229183.RS 4
@@ -238,8 +192,6 @@ This option was added in MySQL 8\&.0\&.19\&.
238192\fB \- c \fR\fB\fI file_name \fR\fR
239193The name of the input file that defines error messages intended to be written to clients\& . The default is
240194\& .\& ./share/messages_to_clients\& .txt\& .
241- .sp
242- This option was added in MySQL 8\& .0\& .19\& .
243195.RE
244196.sp
245197.RS 4
0 commit comments