Function found_rows should return null

This commit is contained in:
Jakub Vrana 2011-07-29 17:27:26 +02:00
parent c82829942c
commit b01d0cec22
3 changed files with 0 additions and 3 deletions

View 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) {

View 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) {

View file

@ -504,7 +504,6 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
}
function found_rows($table_status, $where) {
return false;
}
function types() {