diff --git a/adminer/create.inc.php b/adminer/create.inc.php index a382cfde..dd73119f 100644 --- a/adminer/create.inc.php +++ b/adminer/create.inc.php @@ -80,7 +80,7 @@ if ($_POST && !$error && !$_POST["add"] && !$_POST["drop_col"] && !$_POST["up"] ? " (" . implode(",", $partitions) . "\n)" : ($_POST["partitions"] ? " PARTITIONS " . (+$_POST["partitions"]) : "") ); - } elseif ($TABLE != "" && support("partitioning")) { + } elseif (support("partitioning") && ereg("partitioned", $orig_status["Create_options"])) { $partitioning .= "\nREMOVE PARTITIONING"; } $message = lang('Table has been altered.');