Modify default export configuration (RFE #1373891).
This commit is contained in:
parent
5e2eea9243
commit
91c3b852de
@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-12-06 Michal Čihař <michal@cihar.com>
|
||||
* libraries/config.default.php: Modify default export configuration (RFE
|
||||
#1373891).
|
||||
|
||||
2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* libraries/common.lib.php: wrong quote
|
||||
thanks to Matt "Cyber Dog" LaPlante
|
||||
|
||||
@ -297,12 +297,12 @@ $cfg['Export']['sql_auto_increment'] = TRUE;
|
||||
$cfg['Export']['sql_backquotes'] = TRUE;
|
||||
$cfg['Export']['sql_dates'] = FALSE;
|
||||
$cfg['Export']['sql_relation'] = FALSE;
|
||||
$cfg['Export']['sql_columns'] = FALSE;
|
||||
$cfg['Export']['sql_columns'] = TRUE;
|
||||
$cfg['Export']['sql_delayed'] = FALSE;
|
||||
$cfg['Export']['sql_ignore'] = FALSE;
|
||||
$cfg['Export']['sql_hex_for_binary'] = TRUE;
|
||||
$cfg['Export']['sql_type'] = 'insert'; // insert/update/replace
|
||||
$cfg['Export']['sql_extended'] = FALSE;
|
||||
$cfg['Export']['sql_extended'] = TRUE;
|
||||
$cfg['Export']['sql_max_query_size'] = 50000;
|
||||
$cfg['Export']['sql_comments'] = FALSE;
|
||||
$cfg['Export']['sql_mime'] = FALSE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user