[MDEV-9704] ALTER TABLE does not work from client Created: 2016-03-09 Updated: 2016-03-21 Resolved: 2016-03-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Scripts & Clients |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.0 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression | ||
| Environment: |
351026ca535179abb956c5ad1e1d59aac0835254 |
||
| Description |
|
It is not the client problem though, the same happens with old client versions. It must be fixed on the server side. The problem was introduced by this commit:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2016-03-11 ] |
|
revision-id: 66cd0f2f02bb45707b38e983186ab8e7aae21da9 (mariadb-10.1.8-156-g66cd0f2)
Do not try to send progress packets if client was not informed about them. — |
| Comment by Oleksandr Byelkin [ 2016-03-11 ] |
|
Error 65535 is mark of progress packet because of this when client do not expect it it just shows error. |