Merge pull request #14437 from aswaniprakash/PMA_14426

Drop table issue on copying tables fixed #14426
This commit is contained in:
Maurício Meneghini Fauth 2018-08-16 03:21:04 -03:00 committed by GitHub
commit c634db51ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>';