Bug #8722 | prepared statement with view crashes server | ||
---|---|---|---|
Submitted: | 23 Feb 2005 9:04 | Modified: | 23 Mar 2005 21:45 |
Reporter: | Georg Richter | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.3 | OS: | Linux (Linux) |
Assigned to: | Konstantin Osipov | CPU Architecture: | Any |
[23 Feb 2005 9:04]
Georg Richter
[23 Feb 2005 11:13]
MySQL Verification Team
Hi, I can't reproduce it with 5.0.3 built yesterday. Have you tested it with latest 5.0.3?
[23 Feb 2005 11:40]
Georg Richter
Victoria, sorry! I pasted wrong view definition from another testcase: correct should be: CREATE VIEW v1 AS SELECT * FROM t1; Also no need for table t2. I pulled this morning. Last changeset 1.1884 from Jim
[23 Mar 2005 21:43]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/23330
[23 Mar 2005 21:45]
Konstantin Osipov
I can't repeat the bug. Adding the test case to mysql_client_test.c though. Subject: bk commit - 5.0 tree (konstantin:1.1852) BUG#8722 ChangeSet 1.1852 05/03/24 00:42:40 konstantin@mysql.com +1 -0 Add the test case for Bug#8722 "prepared statement with view crashes server" to the test suite, the bug is no longer repeatable.