From 92f155ed38e4faf41abc4a008df1436a21743521 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 7 Aug 2015 17:04:56 +0530 Subject: [PATCH] Check 'Add constraints' by default since InnoDB is commonly used Signed-off-by: Madhura Jayaratne --- libraries/operations.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index b3da88b06f..1839d402da 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -221,7 +221,7 @@ function PMA_getHtmlForCopyDatabase($db) $html_output .= '
'; $html_output .= ''; + . 'id="checkbox_constraints" checked="checked"/>'; $html_output .= '
'; $html_output .= '
'; @@ -1289,7 +1289,7 @@ function PMA_getHtmlForCopytable() // foreign keys if (PMA_getForeigners($GLOBALS['db'], $GLOBALS['table'], '', 'foreign')) { $html_output .= ''; + . 'value="1" id="checkbox_constraints" checked="checked"/>'; $html_output .= '
'; } // endif