DROP VIEW Syntax

2005-08-05 Thread Karam Chand
Hello,

In the MySQL Docs at
http://dev.mysql.com/doc/mysql/en/drop-view.html, it
says:

RESTRICT and CASCADE, if given, are parsed and
ignored.

I am not sure if I understood this?

Regards,
karam

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: DROP VIEW Syntax

2005-08-05 Thread Martijn Tonies
Hi,

 In the MySQL Docs at
 http://dev.mysql.com/doc/mysql/en/drop-view.html, it
 says:

 RESTRICT and CASCADE, if given, are parsed and
 ignored.

 I am not sure if I understood this?

Easy, you can specify restrict or cascade, but MySQL
does absolutely nothing with it.

With regards,

Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle  MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]