1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 04:11:27 +02:00

Display SQL info

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1271 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-12-16 13:29:19 +00:00
parent 1a8a5fdada
commit 2a897fa301
3 changed files with 3 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ if (extension_loaded("mysqli")) {
return false;
} elseif ($result === true) {
$this->affected_rows = mysql_affected_rows($this->_link);
$this->info = mysql_info($this->_link);
return true;
}
return new Min_Result($result);