Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-3371

column lastupdated from calpontsys.systables not filled

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Fix
    • 1.2
    • Icebox
    • MariaDB Server
    • None

    Description

      How to reproduce:

      MariaDB [tt]> create table lu1 (id int) engine=columnstore;
      Query OK, 0 rows affected (4.591 sec)
       
      MariaDB [tt]> insert into lu1 (id) values(1);
      Query OK, 1 row affected (0.662 sec)
       
      MariaDB [tt]> select * from calpontsys.systable where tablename = 'lu1';
      +-----------+--------+----------+------------+------------+------+------+-----------+-----------+-------------+---------------+
      | tablename | schema | objectid | createdate | lastupdate | init | next | numofrows | avgrowlen | numofblocks | autoincrement |
      +-----------+--------+----------+------------+------------+------+------+-----------+-----------+-------------+---------------+
      | lu1       | tt     |     3022 | 2019-06-07 | NULL       | NULL | NULL |      NULL |      NULL |        NULL |             0 |
      +-----------+--------+----------+------------+------------+------+------+-----------+-----------+-------------+---------------+
      1 row in set (0.092 sec)
      

      Attachments

        Activity

          People

            toddstoffel Todd Stoffel (Inactive)
            Richard Richard Stracke
            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.