adminerevo/adminer
Jakub Vrana 1ecdde0500 Remove bzip2 compression support
It didn't work for exports bigger than 1 MB.
An alternative would be to remove the limit from output buffer which would need memory for the whole export.
Another alternative would be to create a temporary file in output handler and bzwrite() to this file - that would work but it's complicated, especially if we want to output the file progressively - bzopen($tmp, 'w'), fopen($tmp, 'r').
2013-04-29 15:37:33 -07:00
..
drivers Select only required routine columns (possible fix for bug #3515776) 2013-04-27 13:04:54 -07:00
include Remove bzip2 compression support 2013-04-29 15:37:33 -07:00
lang Update fr.inc.php 2013-04-17 21:26:34 -07:00
static Fix handling of POINT data type (bug #3582578) 2013-04-26 11:42:18 -07:00
call.inc.php Fix 'Commands out of sync' (thanks to Vlasta Neubauer) 2011-04-17 04:36:48 +02:00
create.inc.php Selectable ON UPDATE CURRENT_TIMESTAMP field in create table 2013-04-17 09:41:58 -07:00
database.inc.php Use autocapitalize="off" 2013-01-30 23:47:53 -08:00
db.inc.php Add anchors to database and table sections to allow linking 2013-04-27 23:17:07 -07:00
download.inc.php Allow editing values with significant binary column (bug #3572781) 2012-12-11 21:25:56 -08:00
dump.inc.php Improve export of binary data types (bug #3526494) 2013-04-26 22:57:44 -07:00
edit.inc.php Display bit default value same as existing values 2013-04-26 23:21:09 -07:00
event.inc.php Add typehint to event fields 2013-01-30 23:47:53 -08:00
file.inc.php Compress favicon 2012-09-22 05:32:06 -07:00
foreign.inc.php Optimize table_status() 2013-04-26 22:19:54 -07:00
index.php Save bytes 2011-07-11 16:35:17 +02:00
indexes.inc.php Optimize table_status() 2013-04-26 22:19:54 -07:00
plugin.php Move ALTER export to plugin 2013-04-04 09:42:02 -07:00
privileges.inc.php Use autocapitalize="off" 2013-01-30 23:47:53 -08:00
procedure.inc.php Recover original view, trigger, routine if creating fails (bug #3601088) 2013-01-30 23:47:53 -08:00
processlist.inc.php Rename Edit link to Clone in processlist 2013-04-22 13:48:39 -07:00
schema.inc.php Optimize table_status() 2013-04-26 22:19:54 -07:00
scheme.inc.php Use autocapitalize="off" 2013-01-30 23:47:53 -08:00
script.inc.php Save bytes 2013-04-26 19:34:03 -07:00
select.inc.php Properly unescape apostrophe in column name 2013-04-26 23:25:35 -07:00
sequence.inc.php Use autocapitalize="off" 2013-01-30 23:47:53 -08:00
sql.inc.php Remove bzip2 compression support 2013-04-29 15:37:33 -07:00
table.inc.php Add anchors to database and table sections to allow linking 2013-04-27 23:17:07 -07:00
trigger.inc.php Recover original view, trigger, routine if creating fails (bug #3601088) 2013-01-30 23:47:53 -08:00
type.inc.php Use autocapitalize="off" 2013-01-30 23:47:53 -08:00
user.inc.php Fix LIKE backslash escaping 2013-04-26 19:34:15 -07:00
variables.inc.php Rename $driver to $jush 2010-05-07 15:44:22 +02:00
view.inc.php Recover original view, trigger, routine if creating fails (bug #3601088) 2013-01-30 23:47:53 -08:00