[MDEV-2776] LP:702563 - Wrong result for UPDATE statement in update.test for MWL#89 Created: 2011-01-13 Updated: 2023-08-31 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Timour Katchaounov (Inactive) | Assignee: | Timour Katchaounov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
||||
| Issue Links: |
|
||||
| Description |
|
The following test case from update.test updates fewer rows than it should: create table t1 (f1 int); Testing the result of the update via select * from t2; returns:
while the correct state after update is:
In addition the number of updated rows is reported as 2 instead of |
| Comments |
| Comment by Timour Katchaounov (Inactive) [ 2011-01-14 ] |
|
Re: Wrong result for UPDATE statement in update.test for MWL#89 revno: 2877 |
| Comment by Rasmus Johansson (Inactive) [ 2011-01-14 ] |
|
Launchpad bug id: 702563 |