Add fake PMA_DBI_store_result to other DBIs (bug #3577217)
This commit is contained in:
parent
15dd484dd2
commit
dbf33cb24b
@ -654,4 +654,14 @@ function PMA_DBI_field_flags($result, $i)
|
||||
return trim($flags);
|
||||
}
|
||||
|
||||
/**
|
||||
* Store the result returned from multi query
|
||||
*
|
||||
* @return false
|
||||
*/
|
||||
function PMA_DBI_store_result()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -540,4 +540,13 @@ function PMA_DBI_field_flags($result, $i)
|
||||
return mysql_field_flags($result, $i);
|
||||
}
|
||||
|
||||
/**
|
||||
* Store the result returned from multi query
|
||||
*
|
||||
* @return false
|
||||
*/
|
||||
function PMA_DBI_store_result()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user