Bug #55226 | Unable to rename a view name appended with '_WRONG_SCHEMA' | ||
---|---|---|---|
Submitted: | 13 Jul 2010 18:36 | Modified: | 13 Jul 2010 19:28 |
Reporter: | Winny Mathew | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.2.25 CE (GA) | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | 5.2.25, rename, VIEW, workbench, WRONG_SCHEMA |
[13 Jul 2010 18:36]
Winny Mathew
[13 Jul 2010 18:52]
MySQL Verification Team
Thank you for the bug report. Do you have test_database schema before the paste action?. Thanks in advance.
[13 Jul 2010 19:11]
Winny Mathew
Yes, I do have the right schema name. Ah ha... I found the issue!!! I had named the schema as 'Test_Database'. The view got renamed correctly when I changed the schema name from 'test_database' to 'Test_Database'. I did not notice the case. MySQL is case insensitive for table and view names, I thought the same might apply for schema names too. Thanks and Regards, Winny
[13 Jul 2010 19:28]
Valeriy Kravchuk
So, this is not a bug.