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

Speed up alter table

Alter table mysql.user takes 0.9 instead of 1.5 seconds.
This commit is contained in:
Jakub Vrana
2018-02-09 21:11:12 +01:00
parent 2761f44cf4
commit ea1ff7e902
3 changed files with 47 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
Adminer 4.6.2-dev:
Semi-transparent border on table actions
Shorten JSON values in select (bug #594)
Speed up alter table (regression from 4.4.0)
PostgreSQL: Fix exporting string default values
PostgreSQL: Fix exporting sequences in PostgreSQL 10