Bug #12298 | Cannot execute view but the underlying select statement | ||
---|---|---|---|
Submitted: | 1 Aug 2005 14:32 | Modified: | 16 Aug 2005 3:59 |
Reporter: | a b | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 5.0.9-beta-standard/BK source | OS: | Linux (SuSE Linux 8.2) |
Assigned to: | Evgeny Potemkin | CPU Architecture: | Any |
[1 Aug 2005 14:32]
a b
[12 Aug 2005 16:25]
Evgeny Potemkin
Typo in function name while creating view results in wrong view being created.
[12 Aug 2005 16:45]
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/28229
[12 Aug 2005 18:43]
Evgeny Potemkin
Fixed in 5.0.12, cset 1.1987
[16 Aug 2005 3:59]
Mike Hillyer
Documented in 5.0.12 changelog. <listitem><para> Creating a view that included the <literal>TIMESTAMPDIFF()</literal> function resulted in invalid view. (Bug #12298) </para></listitem>