Added checkbox for exporting/copying AUTO_INCREMENT value (RFE #763957).

This commit is contained in:
Michal Čihař
2003-07-08 09:21:32 +00:00
parent de0a62b761
commit 5a44d6b513
96 changed files with 106 additions and 1 deletions

View File

@@ -308,6 +308,7 @@ $cfg['Export']['sql_structure'] = TRUE;
$cfg['Export']['sql_data'] = TRUE;
$cfg['Export']['sql_drop_database'] = FALSE;
$cfg['Export']['sql_drop_table'] = FALSE;
$cfg['Export']['sql_auto_increment'] = TRUE;
$cfg['Export']['sql_backquotes'] = TRUE;
$cfg['Export']['sql_relation'] = FALSE;
$cfg['Export']['sql_columns'] = FALSE;