1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00
This commit is contained in:
Jakub Vrana
2011-07-29 16:41:52 +02:00
parent aeae30ffb7
commit b1f1b03424

View File

@@ -356,7 +356,7 @@ if (!defined("DRIVER")) {
/** Get table status
* @param string
* @return array
* @return array array($name => array("Name" => , "Engine" => , "Comment" => , "Oid" => , "Rows" => , "Collation" => , "Auto_increment" => , "Data_length" => , "Index_length" => , "Data_free" => )) or only inner array with $name
*/
function table_status($name = "") {
$return = array();