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

Get number of rows on export page asynchronously

This commit is contained in:
Jakub Vrana
2013-05-17 17:40:08 -07:00
parent 5a4d1b3704
commit fabfb8a0bc
2 changed files with 9 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ Fix resetting search (bug #3612507)
Don't use LIMIT 1 if updating unique row (bug #3613109)
Restrict editing rows without unique identifier to search results
Display navigation bellow main content on mobile browsers
Get number of rows on export page asynchronously
MySQL: Optimize create table page and Editor navigation
MySQL: Display bit type as binary number
MySQL: Improve export of binary data types