Bug #13983 | Bug in a wrong update command | ||
---|---|---|---|
Submitted: | 12 Oct 2005 21:36 | Modified: | 13 Oct 2005 12:46 |
Reporter: | Fabricio Mota | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.x.x | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any |
[12 Oct 2005 21:36]
Fabricio Mota
[13 Oct 2005 7:20]
Valeriy Kravchuk
Thank you for a problem report. I have some questions about the version, though. Is it really 5.1.11? Or 5.0.11? Have you tried to repeat this behaviour on officially released 5.0.13-rc binaries?
[13 Oct 2005 12:46]
Sergei Golubchik
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: This is not a bug. The syntax is UPDATE ... SET column=expression and what you typed is a valid expression. E.g. UPDATE TABLE t1 SET a=(select 1) AND (3>2); 'a' will be set to the value of (select 1) AND (3>2), that is to 1 AND 1, that is to 1.
[14 Oct 2005 1:00]
Fabricio Mota
Hi, 1. I'm sorry about the version. Once again I realized a typing error, but at this time, not in the SQL command (lot of laughs). The correct version which the bug ocurred was 5.0.11. You've got the reason. 2. About to test in a 5.0.13 server, I didn't try it because I have no one instaled, but I asked a friend who has one instaled at home, and he told me the problem continues. 3. I would like to have your help with the following: I have an Idea about some (low cost) functionalities I suggest to be included in MySQL Database Server, which will turn it into a powered competitive commercial tool, and help many enterprises in the world to solve some common and important problems envolving most of their applications. This challenges may revolution, with low cost of development, some concepts about 2 and 3-layers applications. I'm concluding a project, in a paper. Could you help me which an e-mail contact of a people who could be interested on it? Thank you so much.
[14 Oct 2005 1:14]
Fabricio Mota
Hi, about the (non) bug, I received an new email saying this is not a bug. Thank you very much. Would you tell me an conctact email to I send the project about new functionalities? Thank you once again. FM
[14 Oct 2005 13:26]
Sergei Golubchik
You can submit them as a new ticket in this bugdb (just be sure to set the severity to "feature request").