Database Version-MySQL 5.6
Aqua Data Studio 15.0.0-dev-47
Build #: 35085
Operating Environment Windows 8(6.2,amd64)/Cp1252/1.7.0-21-b11
Steps to Reproduce:
1)Create database with name "deepti" and in that Create table with name "new1" and column c1
2)Create one more table with name "new2" and column c1
3)Create one more table with name "new3" and column c1
4)Now right click on table tree node and select Query Analyzer
5)In Query Analyzer window run follwing queries to rename above tables
RENAME TABLE `new1` TO `new100`
GO
RENAME TABLE `new2` TO `new200`
GO
RENAME TABLE `new3` TO `new300`
GO
6)Now select multiple tables "new1","new2" and "new3" right click on it and select Refresh
Refresh on Multiple objects is not working.
If you select only one table and say Refresh it will refresh and will show you new table names
This behaviour is same with all other databases