Home » Database » DB » Bug #5680
tableInfo() in mysqli.php
Details
| Submitted | 2005-10-13 07:48 UTC |
|---|---|
| From | fivebull at 163 dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | DB |
| PHP Version | 5.1.0 |
| OS | XP |
| Roadmaps | (Not assigned) |
Comments
[2005-10-13 07:48 UTC] fivebull at 163 dot com
Description:
------------
the element 'len' is always int(0)
according to var_dump display, $tmp->max_length seems always 0, but $tmp->length fit it.
var_dump(tmp) output:
object(stdClass)#19 (11) {
["name"]=>
string(13) "company_intro"
["orgname"]=>
string(13) "company_intro"
["table"]=>
string(7) "company"
["orgtable"]=>
string(7) "company"
["def"]=>
string(0) ""
["max_length"]=>
int(0)
["length"]=>
int(65535)
["charsetnr"]=>
int(33)
["flags"]=>
int(17)
["type"]=>
int(252)
["decimals"]=>
int(0)
}
[2005-10-13 07:56 UTC] fivebull at 163 dot com
Using MySQL 4.1.14-nt