On Thu, 2002-07-11 at 06:47, [EMAIL PROTECTED] wrote:
> Hello MySQL list,
> 
> I have set up a master-slave replication and am reading the following in the
> .err file of the slave:
> 
>      Error reading packet from server (server_errno=1159)
> 
> Where can I find a list of server_errno's and their text descriptions ?

http://www.mysql.com/doc/n/o/node_556.html

8.4.3.52 Description
.......... 
Client error message numbers are listed in the MySQL `errmsg.h' header
file. Server error message numbers are listed in `mysqld_error.h'. In
the MySQL source distribution you can find a complete list of error
messages and error numbers in the file `Docs/mysqld_error.txt'.

For me, those files are in:
/usr/include/mysql/errmsg.h
/usr/include/mysql/mysqld_error.h
/usr/src/redhat/BUILD/mysql-3.23.50/Docs/mysqld_error.txt

> Is it possible perhaps in an sql query ?

I think it's not possible...

-- 
Diana Soares



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to