Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL)
-
None
-
All
Description
MariaDB [d]> create table t2(a int , b int invisible default (a)); |
Query OK, 0 rows affected (0.01 sec) |
MariaDB [d]> insert into t2 values(2); |
Query OK, 1 row affected (0.00 sec) |
MariaDB [d]> select a,b from t2;
|
+------+------+
|
| a | b |
|
+------+------+
|
| 2 | NULL | |
+------+------+
|
1 row in set (0.00 sec) |
|
Attachments
Issue Links
- relates to
-
MDEV-25891 Computed default for INVISIBLE column is ignored in INSERT
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.3 [ 22126 ] |
Assignee | Sachin Setiya [ sachin.setiya.007 ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Sachin Setiya [ sachin.setiya.007 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
issue.field.resolutiondate | 2018-02-06 14:03:29.0 | 2018-02-06 14:03:29.42 |
Fix Version/s | 10.3.5 [ 22905 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 85158 ] | MariaDB v4 [ 153658 ] |