diff --git a/src/modules/mysql/doc/mysql_result b/src/modules/mysql/doc/mysql_result index fdc4ec87b7d20fe2e90c946608a71863d9ebee8a..66977ac16710a048ee0594468429162fab2a6bfa 100644 --- a/src/modules/mysql/doc/mysql_result +++ b/src/modules/mysql/doc/mysql_result @@ -135,7 +135,6 @@ DESCRIPTION "name": string The name of the field. "table": string The name of the table. - "default": string The default value for the field (DISABLED). "type": string The type of the field. "length": int The length of the field. "max_length": int The length of the longest element in this field. @@ -154,8 +153,6 @@ NOTA BENE BUGS The "flags" entry should be parsed. - The "default" value handling does not work correctly yet (DISABLED). - SEE ALSO mysql_result->fetch_fields, mysql_result->field_seek