[MDEV-5269] Missing update when updating a CONNECT table Created: 2013-11-09 Updated: 2013-11-09 Resolved: 2013-11-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.4 |
| Fix Version/s: | 10.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Olivier Bertrand | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
After doing: create table debit (ete int, hiver int, saison char(12)) engine=connect; The update replies "affected rows 1" and indeed the row for ete = 17 is not updated. |
| Comments |
| Comment by Olivier Bertrand [ 2013-11-09 ] |
|
Was because CONNECT was only reading the columns of the table->read_set columns // When updating, to avoid skipped update, force the table |