mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 15:16:44 +02:00
Export: Display unknown number of rows as ?
This commit is contained in:
@@ -25,7 +25,7 @@ if ($_GET["script"] == "db") {
|
|||||||
$sums[$key] += ($table_status["Engine"] != "InnoDB" || $key != "Data_free" ? $table_status[$key] : 0);
|
$sums[$key] += ($table_status["Engine"] != "InnoDB" || $key != "Data_free" ? $table_status[$key] : 0);
|
||||||
}
|
}
|
||||||
} elseif (array_key_exists($key, $table_status)) {
|
} elseif (array_key_exists($key, $table_status)) {
|
||||||
json_row("$key-$name");
|
json_row("$key-$name", "?");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user