Bug #3951 | Can't perform a simple update with subquery | ||
---|---|---|---|
Submitted: | 1 Jun 2004 17:27 | Modified: | 7 Jun 2004 8:47 |
Reporter: | Azza Azza69 | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.1. | OS: | Windows (Win2k) |
Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[1 Jun 2004 17:27]
Azza Azza69
[1 Jun 2004 20:26]
Matthew Lord
I verified this using 4.1.2 on Red Hat 9 2.4.21 #12 SMP
[7 Jun 2004 8:47]
Oleksandr Byelkin
Thank you for bugreport, but it is current limitation of implementation. Subquery executes on demand, in case of several values for inserting we can't garanty that subquery will be executed on table as it was before comand started as standard require.