Bug #10519 | Mysql Test: EXECUTE command is denied to ‘test’@’localhost’ on windows | ||
---|---|---|---|
Submitted: | 10 May 2005 16:26 | Modified: | 22 Jul 2005 7:54 |
Reporter: | Disha | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.5-beta-nt | OS: | Windows (Windows 2003 Standard Edition) |
Assigned to: | CPU Architecture: | Any |
[10 May 2005 16:26]
Disha
[11 May 2005 7:20]
Disha
THIS ISSUE IS A MYSQL TEST ISSUE AND NOT A PRODUCT BUG. Execute test file comprising following script: CREATE USER test// GRANT EXECUTE ON test.* TO 'test'@'localhost'// FLUSH PRIVILEGES// CREATE TABLE mysql.t1( f1 CHAR )// drop procedure if exists sp11// CREATE PROCEDURE sp11() INSERT INTO mysql.t1 VALUES('a')// Select security_type from mysql.proc where specific_name='sp11'// --replace_column 13 Created 14 Modified Connect (test,localhost,test,,test,$MASTER_MYPORT,master.sock)// connection test// call sp11()// ACTUAL RESULT: The call to SP1 fails with an error that EXECUTE command is denied to ‘test’@’localhost’ although we have granted him the same permission. The same code executes properly through MySQL-Test on Linux
[6 Jun 2005 23:40]
MySQL Verification Team
What test script are you used ?. Because using the mysql-test-run.pl I wasn't able to repeat the behavior reported for your test script: miguel@light ~/mysql/mysql-test $ ./mysql-test-run.pl bug10519 <cut> Killing Possible Leftover Processes Removing Stale Files Installing Master Databases Installing Master Databases Installing Slave Databases Installing Slave Databases Installing Slave Databases ======================================================= Finding Tests in the 'main' suite Starting Tests in the 'main' suite TEST RESULT ------------------------------------------------------- bug10519 [ pass ] ------------------------------------------------------- Ending Tests Shutting-down MySQL daemon Master(s) shutdown finished Slave(s) shutdown finished All 1 tests were successful.
[7 Jul 2005 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[22 Jul 2005 7:54]
Disha
We have tried this bug on Build 5.0.9, however it does not repro, so closing the bug.