Merge pull request #14437 from aswaniprakash/PMA_14426
Drop table issue on copying tables fixed #14426
This commit is contained in:
commit
c634db51ba
@ -416,7 +416,7 @@ class MultSubmits
|
||||
$html .= '<label for="what_data">' . __('Structure and data') . '</label><br>';
|
||||
$html .= '<input type="radio" id ="what_dataonly" value="dataonly" name="what"/>';
|
||||
$html .= '<label for="what_dataonly">' . __('Data only') . '</label><br><br>';
|
||||
$html .= '<input type="checkbox" id="checkbox_drop" value="1" name="drop_if_exists"/>';
|
||||
$html .= '<input type="checkbox" id="checkbox_drop" value="true" name="drop_if_exists"/>';
|
||||
$html .= '<label for="checkbox_drop">' . __('Add DROP TABLE') . '</label><br>';
|
||||
$html .= '<input type="checkbox" id="checkbox_auto_increment_cp" value="1" name="sql_auto_increment"/>';
|
||||
$html .= '<label for="checkbox_auto_increment_cp">' . __('Add AUTO INCREMENT value') . '</label><br>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user