Fix export of foreign keys (patch #834474), Allow delayed inserts (RFE #841298).

This commit is contained in:
Michal Čihař
2003-11-13 14:45:46 +00:00
parent bc478df209
commit 1d6918ea9d
104 changed files with 125 additions and 8 deletions

View File

@@ -331,6 +331,7 @@ $cfg['Export']['sql_backquotes'] = TRUE;
$cfg['Export']['sql_dates'] = FALSE;
$cfg['Export']['sql_relation'] = FALSE;
$cfg['Export']['sql_columns'] = FALSE;
$cfg['Export']['sql_delayed'] = FALSE;
$cfg['Export']['sql_extended'] = FALSE;
$cfg['Export']['sql_comments'] = FALSE;
$cfg['Export']['sql_mime'] = FALSE;