[MDEV-492] Assertion `! is_set()' failed in Diagnostics_area::set_ok_status on UPDATE with dynamic column functions in WHERE Created: 2012-08-26 Updated: 2012-08-30 Resolved: 2012-08-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.25, 5.3.7 |
| Fix Version/s: | 5.5.28, 5.3.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Also reproducible on maria/5.3 revno 3564.
|
| Comments |
| Comment by Oleksandr Byelkin [ 2012-08-27 ] |
|
Here is shorter test suite: UPDATE t1 SET a = 'new' The problem is that error from COLUMN_CREATE somehow get masked... |
| Comment by Oleksandr Byelkin [ 2012-08-27 ] |
|
It is incorrect error check before sending OK in mysql_update |
| Comment by Sergei Golubchik [ 2012-08-28 ] |
|
here's even shorter: UPDATE t1 SET a = 'new' WHERE COLUMN_CREATE( 1, 'v', 1, 'w' ); |
| Comment by Oleksandr Byelkin [ 2012-08-29 ] |
|
Pushed. Waiting for buildbot... |
| Comment by Oleksandr Byelkin [ 2012-08-30 ] |
|
Buildbot was OK |