]> git.joonet.de Git - adminer.git/commitdiff
Function found_rows should return null
authorJakub Vrana <jakub@vrana.cz>
Fri, 29 Jul 2011 15:27:26 +0000 (17:27 +0200)
committerJakub Vrana <jakub@vrana.cz>
Fri, 29 Jul 2011 15:27:26 +0000 (17:27 +0200)
adminer/drivers/mssql.inc.php
adminer/drivers/oracle.inc.php
adminer/drivers/sqlite.inc.php

index 9fa19c6f95a1953bce9e7fbd92e0e20816fc9c95..cce603d5012a31cf647946fd1d3e683dcd300187 100644 (file)
@@ -491,7 +491,6 @@ WHERE OBJECT_NAME(i.object_id) = " . q($table)
        }
        
        function found_rows($table_status, $where) {
-               return false;
        }
        
        function foreign_keys($table) {
index afe60ccc9fc10e23a4f64703541a185b8711d3d9..300f3bdf24d82c03be8d8666bf88f9b3fb53383b 100644 (file)
@@ -276,7 +276,6 @@ ORDER BY uc.constraint_type, uic.column_position", $connection2) as $row) {
        }
        
        function found_rows($table_status, $where) {
-               return false;
        }
        
        function alter_table($table, $name, $fields, $foreign, $comment, $engine, $collation, $auto_increment, $partitioning) {
index 053f02f80ce38a07c7607f0189c5680b0e815a23..adba49a5c37b3cf2c7e462d44797fca859afd718 100644 (file)
@@ -504,7 +504,6 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
        }
        
        function found_rows($table_status, $where) {
-               return false;
        }
        
        function types() {