diff --git a/reference/mysql/functions/mysql-fetch-field.xml b/reference/mysql/functions/mysql-fetch-field.xml index f4884ec502..6344c41473 100644 --- a/reference/mysql/functions/mysql-fetch-field.xml +++ b/reference/mysql/functions/mysql-fetch-field.xml @@ -56,11 +56,6 @@ table - name of the table the column belongs to - - - def - default value of the column - - max_length - maximum length of the column @@ -150,7 +145,6 @@ numeric: $meta->numeric primary_key: $meta->primary_key table: $meta->table type: $meta->type -default: $meta->def unique_key: $meta->unique_key unsigned: $meta->unsigned zerofill: $meta->zerofill diff --git a/reference/mysqli/mysqli_result/fetch-field.xml b/reference/mysqli/mysqli_result/fetch-field.xml index c7bb5efd6b..4c766bd517 100644 --- a/reference/mysqli/mysqli_result/fetch-field.xml +++ b/reference/mysqli/mysqli_result/fetch-field.xml @@ -68,10 +68,6 @@ orgtable Original table name if an alias was specified - - def - The default value for this field, represented as a string - max_length The maximum width of the field for the result set. diff --git a/reference/mysqli/mysqli_result/fetch-fields.xml b/reference/mysqli/mysqli_result/fetch-fields.xml index fb911bb00e..4af4abb625 100644 --- a/reference/mysqli/mysqli_result/fetch-fields.xml +++ b/reference/mysqli/mysqli_result/fetch-fields.xml @@ -70,10 +70,6 @@ orgtable Original table name if an alias was specified - - def - The default value for this field, represented as a string - max_length The maximum width of the field for the result set.