Bug #55301 documentation bug
Submitted: 15 Jul 2010 19:08 Modified: 15 Jul 2010 20:05
Reporter: Piotr KLoc Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S3 (Non-critical)
Version:5.1.48 OS:Linux
Assigned to: CPU Architecture:Any
Tags: error

[15 Jul 2010 19:08] Piotr KLoc
Description:
Hello !

In mysql documentation http://dev.mysql.com/downloads/mysql/5.1.html
CHECK TABLE  returns a result with columns
So the Msg_type 	should be returned as
status, error, info, or warning

If I do CHECK TABLE on non exists table I got the following

| Table                 | Op    | Msg_type | Msg_text                                    |
+-----------------------+-------+----------+---------------------------------------------+
| test.sdfsdf | check | Error    | Table 'test.sdfsdf' doesn't exist |
| test.sdfsdf | check | status   | Operation failed                            |

The status is Error not error :)

Regards,
Piotr

How to repeat:
CHECK TABLE non-exist table
[15 Jul 2010 20:05] Sveta Smirnova
Thank you for the report.

Verified as described. Text is at http://dev.mysql.com/doc/refman/5.1/en/check-table.html
[20 Jul 2010 13:44] Stefan Hinz
It's the server that's inconsistent, thus changing category.