comp_errcomp_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.
errmsg.sys file from the plain text file sql/share/errmsg.txt in MySQL source distributions.
comp_err also generates mysqld_error.h, mysqld_ername.h, and sql_state.h header files.
comp_err like this:
comp_err [options]
--help option to list all options.
What is make_win_bin_dist?
© 2007 John Michael Pierobon