Describe the bug
When I execute queries like SELECT COUNT(*) FROM my_table - query execution time isn't shown.
To Reproduce
Steps to reproduce the behavior:
- Execute the
SELECT * FROM my_table query - see the yellow line with query execution time like:
Showing rows 0 - 24 (6117293 total, Query took 0.0048 seconds.)
- Execute the
SELECT COUNT(*) FROM my_table query - see the yellow line without query execution time like:
Your SQL query has been executed successfully.
Expected behavior
Execution time must be present in all types of queries.
Server configuration
- phpMyAdmin version: 5.1.0
Describe the bug
When I execute queries like
SELECT COUNT(*) FROM my_table- query execution time isn't shown.To Reproduce
Steps to reproduce the behavior:
SELECT * FROM my_tablequery - see the yellow line with query execution time like:SELECT COUNT(*) FROM my_tablequery - see the yellow line without query execution time like:Expected behavior
Execution time must be present in all types of queries.
Server configuration