Skip to content

Don't do an unnecessary query per table when exporting sql - #20401

Open
M393 wants to merge 1 commit into
phpmyadmin:QA_5_2from
M393:export-sql-perf
Open

Don't do an unnecessary query per table when exporting sql#20401
M393 wants to merge 1 commit into
phpmyadmin:QA_5_2from
M393:export-sql-perf

Conversation

@M393

@M393 M393 commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

All usage of the SHOW TABLE STATUS query result is guarded by $showDates, so executing the query is also only necessary when $showDates is true.

Signed-off-by: Maximilian Krög <maximilian.kroeg@geocept.com>
@kamil-tekiela

Copy link
Copy Markdown
Contributor

Truly this query is not needed at all, but on 5.2 we could at least do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants