Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 10.3.9
-
Component/s: Storage Engine - RocksDB
-
Labels:
-
Environment:Windows
Description
If you execute:
SHOW TABLE STATUS; |
In a Database with RocksDB Tables, you will see that RocksDB Tables never contain:
- Create_time
- Update_time
- Check_time
But InnoDB Table do.
Could this be fixed please?
Thank you.