Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.3.9
-
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.