Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-15085

Invisible Column Non-constant Default value results wrong values

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.3(EOL)
    • 10.3.5
    • Server
    • 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

          Activity

            Transition Time In Source Status Execution Times
            Sachin Setiya (Inactive) made transition -
            Open In Progress
            3m 25s 1
            Sachin Setiya (Inactive) made transition -
            In Progress In Review
            3d 7h 31m 1
            Sergei Golubchik made transition -
            In Review Stalled
            1d 23h 35m 1
            Sachin Setiya (Inactive) made transition -
            Stalled Closed
            5d 20h 42m 1

            People

              sachin.setiya.007 Sachin Setiya (Inactive)
              sachin.setiya.007 Sachin Setiya (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.