comp_err creates the
errmsg.sys
file that is used by
mysqld to determine the error messages to
display for different error codes. comp_err
normally is run automatically when MySQL is built. It compiles
the errmsg.sys
file from the plaintext file
or files located in the
sql/share/
directories in MySQL source distributions.
language
For more information about how error messages are defined, see the MySQL Internals Manual.
Invoke comp_err like this:
shell> comp_err [options
] from_file
... to_file
The from_file
arguments are the input
files. to_file
is the name of the
output file.
comp_err supports the following options.
-?
, -I
Display a help message and exit.
-#
debug_options
Write a debugging log. A typical
debug_options
string is
'd:t:O,
.
file_name
'
-V
Display version information and exit.
User Comments
Add your own comment.