Bug #14475 New field flag for VIEWs in the libMySQL.dll
Submitted: 29 Oct 2005 21:29 Modified: 8 Nov 2005 14:15
Reporter: MySQL-Front Team Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:5.0.15 OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any

[29 Oct 2005 21:29] MySQL-Front Team
Description:
Whould be nice to have a field flag to know if a field of a view is editable.

Maybe something like this:
READONLY_FLAG = 262144

How to repeat:
CREATE TABLE `test_table` (
  `id` int(11) NOT NULL auto_increment,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM;

CREATE VIEW `test_view` AS 
  SELECT * FROM `test_table`;

SELECT * FROM `test_view`;
[8 Nov 2005 14:12] MySQL-Front Team
The developers are not interessed about our bug messages.
[8 Nov 2005 14:15] MySQL-Front Team
The developers are not interessed about our bug messages.