[MCOL-3371] column lastupdated from calpontsys.systables not filled Created: 2019-06-07  Updated: 2020-08-25  Resolved: 2019-08-07

Status: Closed
Project: MariaDB ColumnStore
Component/s: MariaDB Server
Affects Version/s: 1.2
Fix Version/s: Icebox

Type: New Feature Priority: Major
Reporter: Richard Stracke Assignee: Todd Stoffel (Inactive)
Resolution: Won't Fix Votes: 0
Labels: 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)



 Comments   
Comment by Andrew Hutchings (Inactive) [ 2019-08-01 ]

InfiniDB never fully implemented these tables and they are deprecated as the information_schema tables will end up replacing them.

Comment by Todd Stoffel (Inactive) [ 2019-08-07 ]

Will be eliminated

Generated at Thu Feb 08 02:42:15 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.