Bug #4621 CREATE VIEW crashes server
Submitted: 19 Jul 2004 7:07 Modified: 20 Jul 2004 9:43
Reporter: Arjen Lentz Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.0 bk 1.1705 OS:Linux (SUSE Linux 9.0)
Assigned to: Assigned Account CPU Architecture:Any

[19 Jul 2004 7:07] Arjen Lentz
Description:
MySQL server crashes when incorrect CREATE VIEW syntax is used.
Simplest example below.

How to repeat:
USE test
CREATE VIEW bla AS (SELECT 1);
[20 Jul 2004 9:43] Oleksandr Byelkin
Thank you for bug report! 
But this bug appeared to be duplicate of BUG#4614, and patch for BUG#4614 fix it.