[MDEV-10201] Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4) Created: 2016-06-09 Updated: 2017-02-13 Resolved: 2017-02-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 10.2-ga | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.2.4-1, 10.2.4-2 | ||||||||
| Description |
|
I'm testing the This script:
returns
Looks wrong, most likely some non-initialized data gets written into the column "a". |
| Comments |
| Comment by Elena Stepanova [ 2016-07-09 ] |
|
|