[MDEV-11967] Spurious "Field doesn't have a default value" warning Created: 2017-02-01 Updated: 2017-02-02 Resolved: 2017-02-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.2.2 |
| Fix Version/s: | 10.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Guillaume Lefranc | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Default value is still inserted correctly, I guess that's a parser issue. |
| Comments |
| Comment by Elena Stepanova [ 2017-02-02 ] | |||||||||||||
|
It was fixed in 10.2.3. The problem disappeared after this commit:
| |||||||||||||
| Comment by Guillaume Lefranc [ 2017-02-02 ] | |||||||||||||
|
Thanks. Didn't catch this fix despite reading the changelogs. |