Bug #14150 | create table ... select function_call() doesn't work in some cases | ||
---|---|---|---|
Submitted: | 19 Oct 2005 20:18 | Modified: | 8 Feb 2006 11:32 |
Reporter: | Markus Popp | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.13-rc-nt-max | OS: | Windows (Windows XP) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[19 Oct 2005 20:18]
Markus Popp
[19 Oct 2005 20:57]
Hartmut Holzgraefe
verified with 5.0bk, the following works though: create table t2 like t1; insert into t2 select ftest();
[8 Feb 2006 11:16]
Konstantin Osipov
Igor, this is a duplicate of Bug#12472. Reassigning to Dmitri.
[8 Feb 2006 11:32]
Dmitry Lenev
Hi, Markus! This bug is duplicate of bug #12472 "CREATE TABLE t AS SELECT spfunc gives "Table not locked with LOCK TABLES" error" so I have marked it as such. Thanks for your interest in MySQL!