Bug #27548 | Stored Procedures are not visible in MySQL Query Browser | ||
---|---|---|---|
Submitted: | 30 Mar 2007 13:06 | Modified: | 12 May 2009 12:39 |
Reporter: | Sanjay Chaudhari | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
Version: | 1.2.10, 1.2.11 | OS: | Windows (Windows XP Pro SP2, Mac OS X) |
Assigned to: | CPU Architecture: | Any | |
Tags: | lower_case_table_names, query browser, stored procedure, Visible |
[30 Mar 2007 13:06]
Sanjay Chaudhari
[30 Mar 2007 16:45]
MySQL Verification Team
QB and Stored Procedures
Attachment: qb-and-sp.png (image/x-png, text), 65.19 KiB.
[30 Mar 2007 16:51]
MySQL Verification Team
Thank you for the bug report. I followed your intructions and I was not able to repeat (see picture I attached). Could you please provide the script of one of the SP which presents that issue on your side?. Thanks in advance.
[2 Apr 2007 5:29]
Sanjay Chaudhari
You might have tried with lowercase database name, this problem happens only when you create the database containing any uppercase character in it's name. You can reproduce the error using following scripts: 1. Create Database script CREATE DATABASE `Temp1` /*!40100 DEFAULT CHARACTER SET utf8 */; 2. Create Stored Procedure script DELIMITER $$ DROP PROCEDURE IF EXISTS `Temp1`.`test` $$ CREATE PROCEDURE `Temp1`.`test` () BEGIN END $$ DELIMITER ;
[9 Apr 2007 9:44]
Sveta Smirnova
Thank you for the additional comment. Verified as described. Mac version is affected too.
[10 Sep 2007 23:29]
Simon Oliver
This also causes the stored procedures not to display in MySQL Administrator 1.2.12 on OS X.
[12 May 2009 12:39]
Susanne Ebrecht
Many thanks for writing a bug report. We are on the way to implement full functionality of MySQL Query Browser into MySQL Workbench. We won't fix this bug anymore because it works different in MySQL Workbench already. More informations about MySQL Workbench you will find here: http://dev.mysql.com/workbench/