Bug #5145 Views: unnecessary warning message
Submitted: 23 Aug 2004 0:19 Modified: 10 Sep 2004 10:59
Reporter: Peter Gulutzan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.2-alpha-debug OS:Linux (SuSE 8.2)
Assigned to: Oleksandr Byelkin CPU Architecture:Any

[23 Aug 2004 0:19] Peter Gulutzan
Description:
When I connect to a database, there is a message for 
views that exist already in the database: 
"Didn't find any fields in table 'view-name'". 
The warning is unnecessary. The views are OK. 

How to repeat:
mysql> create database db78; 
Query OK, 1 row affected (0.00 sec) 
 
mysql> create view db78.v1 as select 'a'; 
Query OK, 0 rows affected (0.00 sec) 
 
mysql> use db78; 
Reading table information for completion of table and column names 
You can turn off this feature to get a quicker startup with -A 
 
Didn't find any fields in table 'v1' 
Database changed
[7 Sep 2004 12:52] Oleksandr Byelkin
ChangeSet 
  1.1750 04/09/07 15:50:56 bell@sanja.is.com.ua +2 -0 
  support of view to COM_FIELD_LIST added (BUG#5145)
[10 Sep 2004 10:59] Oleksandr Byelkin
thank you for bugreport! Bug is fixed, patch is pushed into source repository.