mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
Fix handling of 64 bit numbers in auto_increment
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
if ($_GET["script"] == "kill") {
|
||||
$connection->query("KILL " . (+$_POST["kill"]));
|
||||
$connection->query("KILL " . number($_POST["kill"]));
|
||||
|
||||
} elseif (list($table, $id, $name) = $adminer->_foreignColumn(column_foreign_keys($_GET["source"]), $_GET["field"])) {
|
||||
$limit = 11;
|
||||
|
Reference in New Issue
Block a user