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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user