From 364876649bfafa0bf29997efb9a70a8b628ea39c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 8 Jan 1997 16:40:49 +0100
Subject: [PATCH] Removed the "default" entry from the fetch_field() doc.

Rev: src/modules/mysql/doc/mysql_result:1.11
---
 src/modules/mysql/doc/mysql_result | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/modules/mysql/doc/mysql_result b/src/modules/mysql/doc/mysql_result
index fdc4ec87b7..66977ac167 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
 
-- 
GitLab