[MDEV-3867] bogus ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT warning Created: 2012-11-19 Updated: 2014-06-06 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28 |
| Fix Version/s: | 5.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sergei Golubchik | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
MySQL's change in 5.5:
it is supposed to cover the case of
because rows are retrieved from another_table in the unspecified order, and auto_increment values will be attached to this rows in the unspecified order. But it also marks "unsafe" multi-table updates that do not even change the value of the auto_increment column. This is incorrect. |