-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Description
Please answer these questions before submitting your issue. Thanks!
- What did you do?
after crate a table, you can not get the CREATE_TIME and UPDATE_TIME from information_schema.tables.
- What did you expect to see?
when you create table, tidb records the table create_time and update_time.
-
What did you see instead?
-
What version of TiDB are you using (
tidb-server -Vor runselect tidb_version();on TiDB)?
mysql> select tidb_version();
+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tidb_version() |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Release Version: v1.1.0-alpha-363-gb10a65d
Git Commit Hash: b10a65d
Git Branch: master
UTC Build Time: 2018-01-02 02:31:10 |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.01 sec)