[MDEV-10795] not match update rows Created: 2016-09-12 Updated: 2016-09-19 Resolved: 2016-09-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Update |
| Affects Version/s: | 10.0.26, 10.1.14 |
| Fix Version/s: | 5.5.51, 10.1.17, 10.0.27 |
| Type: | Bug | Priority: | Major |
| Reporter: | seung hoon yoo | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux centos 6.6 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
same where clause but, select result : 2rows update result : 1 rows You can test by test_case.txt
=> 2 rows seleted;
=> same where clause but just 1 rows update ========================================================== i found w/a method is join update statement like below but this is not solution what i want to use
|
| Comments |
| Comment by Elena Stepanova [ 2016-09-19 ] |
|
This problem was fixed in scope of |