Package: mysql-server-5.0
Version: 5.0.24a-5
Severity: wishlist
File: /usr/share/man/man1/perror.1.gz
$ mysql -t < q.sql
ERROR 1137 (HY000) at line 5: Can't reopen table: 'a'
$ perror 1137
Illegal error code: 1137
$ perror HY000
OS error code 0: Success
The man page should say what is going on here.
E.g., the user doesn't understand.
And say if the user has already got all the info he is going to get
about error 1137.
The man page mentions
message ... (errno: #)
message ... (Errcode: #)
but not ERROR errors. So mention what to do about ERROR errors ans
XX000 errors.
Indeed, about 1137, one finds something in document
1.5.7.3 Open Bugs and Design Deficiencies in MySQL
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]