Bug #7286 Test failure: 'view' (using '--ps-protocol': '... command denied to user ...')
Submitted: 14 Dec 2004 17:14 Modified: 17 Jan 2005 13:43
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.3-pre OS:Linux (Linux / Athlon)
Assigned to: Ramil Kalimullin CPU Architecture:Any

[14 Dec 2004 17:14] Joerg Bruehe
Description:
Test 'view' fails for me in current 5.0, when I run the test suite with '--ps-protocol'.
In a standard run, this test passes.

This is a non-debug build: 'compile-pentium-max'.

Failure report:
=== cut ===
view                           [ fail ]

Errors are (from /M50/push-5.0/mysql-test/var/log/mysqltest-time) :
/M50/push-5.0/client/.libs/mysqltest: At line 216: unable to execute statement 'select c from mysqltest.v1': select command denied to user 'mysqltest_1'@'localhost' for table 't1' (mysql_stmt_errno=1142 returned=1)
(the last lines may be the most important ones)

Ending Tests
=== cut ===

Latest changeset on my PC:
ChangeSet@1.1738, 2004-12-14 13:41:32+03:00, gluh@gluh.mysql.r18.ru
  Fix for bug #7223: information_schema: error in "views"

The error is older, as I got it already yesterday but did not yet report.

How to repeat:
Run the test suite with '--ps-protocol'.