Added checkbox for exporting/copying AUTO_INCREMENT value (RFE #763957).
This commit is contained in:
@@ -206,6 +206,8 @@ for ($i = 0; $i < $num_dbs; $i++) {
|
||||
<label for="radio_copy_dataonly"><?php echo $strDataOnly; ?></label> <br />
|
||||
<input type="checkbox" name="drop_if_exists" value="true" id="checkbox_drop" />
|
||||
<label for="checkbox_drop"><?php echo $strStrucDrop; ?></label> <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';
|
||||
|
Reference in New Issue
Block a user