Info schema tables don't implement update/create time
Open
dumps
import
sql
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
A script I am running expected this to show how long it took to import the dump, but we return zero values for the times:
```sql
select timediff(
(select update_time from information_schema.tables where table_schema='employees' and table_name='salaries'),
(select create_time from information_schema.tables where table_schema='employees' and table_name='employees')
) as data_load_time_diff;
```
Re: https://github.com/datacharmer/test_db
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.