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

@@ -206,6 +206,8 @@ for ($i = 0; $i < $num_dbs; $i++) {
<label for="radio_copy_dataonly"><?php echo $strDataOnly; ?></label>&nbsp;&nbsp;<br />
<input type="checkbox" name="drop_if_exists" value="true" id="checkbox_drop" />
<label for="checkbox_drop"><?php echo $strStrucDrop; ?></label>&nbsp;&nbsp;<br />
<input type="checkbox" name="auto_increment" value="1" id="checkbox_auto_increment" />
<label for="checkbox_auto_increment"><?php echo $strAddAutoIncrement; ?></label><br />
<?php
if (isset($_COOKIE) && isset($_COOKIE['pma_switch_to_new']) && $_COOKIE['pma_switch_to_new'] == 'true') {
$pma_switch_to_new = 'true';