]> git.joonet.de Git - adminer.git/commitdiff
Export: Display unknown number of rows as ?
authorJakub Vrana <jakub@vrana.cz>
Thu, 13 Mar 2025 12:29:10 +0000 (13:29 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 13 Mar 2025 12:29:10 +0000 (13:29 +0100)
adminer/script.inc.php

index f0898e91fde31369d80a7759595ddd711f898225..c5fb950fd7d5b6019cfebf0d3b72910b06f28e73 100644 (file)
@@ -25,7 +25,7 @@ if ($_GET["script"] == "db") {
                                                $sums[$key] += ($table_status["Engine"] != "InnoDB" || $key != "Data_free" ? $table_status[$key] : 0);
                                        }
                                } elseif (array_key_exists($key, $table_status)) {
-                                       json_row("$key-$name");
+                                       json_row("$key-$name", "?");
                                }
                        }
                }