]> git.joonet.de Git - adminer.git/commitdiff
Disable auto_increment by default
authorJakub Vrana <jakub@vrana.cz>
Wed, 20 Apr 2011 15:15:16 +0000 (17:15 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 20 Apr 2011 15:15:16 +0000 (17:15 +0200)
adminer/dump.inc.php

index bb692d2ae8cf141cc7d683d4ec398155bc9d7569..f62a3d76c1355d2681fe0817dffaff909a264023 100644 (file)
@@ -165,7 +165,7 @@ if (!$row) {
 }
 if (!isset($row["events"])) { // backwards compatibility
        $row["routines"] = $row["events"] = ($_GET["dump"] == "");
-       $row["auto_increment"] = $row["triggers"] = $row["table_style"];
+       $row["triggers"] = $row["table_style"];
 }
 echo "<tr><th>" . lang('Output') . "<td>" . html_select("output", $adminer->dumpOutput(), $row["output"], 0) . "\n"; // 0 - radio
 echo "<tr><th>" . lang('Format') . "<td>" . html_select("format", $adminer->dumpFormat(), $row["format"], 0) . "\n"; // 0 - radio