1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 01:30:12 +02:00

Avoid qsl in a loop

Table with 500 rows rendered in 1.5 instead of 5.5 seconds.
This commit is contained in:
Jakub Vrana
2018-02-07 18:28:26 +01:00
parent 14998e12b6
commit 4b45722fad
3 changed files with 16 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
Adminer 4.6.1-dev:
Speed up rendering of long tables
MySQL: Support non-utf8 charset in search in column
MySQL: Support geometry in MySQL 8 (bug #574)
SQLite: Allow deleting PRIMARY KEY from tables with auto increment