[MDEV-14700] ALTER TABLE fails with bogus "BLOB/TEXT column '(null)' can't have a default value" Created: 2017-12-18 Updated: 2022-01-06 Resolved: 2022-01-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.24, 10.3.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Support for default values for blobs was added in scope of
But this does not work:
|
| Comments |
| Comment by Elena Stepanova [ 2022-01-06 ] | ||||||||||||||||||||
|
It was fixed in 10.2 by/together with this merge:
Apparently by this change, probably on top of the merge:
|