mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Fix handling of 64 bit numbers in auto_increment
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
if (support("kill") && $_POST && !$error) {
|
||||
$killed = 0;
|
||||
foreach ((array) $_POST["kill"] as $val) {
|
||||
if (queries("KILL " . (+$val))) {
|
||||
if (queries("KILL " . number($val))) {
|
||||
$killed++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user