From: Date: August 8 2007 7:45pm
Subject: svn commit - mysqldoc@docsrva: r7387 - in trunk: . refman-5.0 refman-5.1 refman-5.2
List-Archive: http://lists.mysql.com/commits/32267
Message-Id: <200708081745.l78HjYFV006808@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: paul
Date: 2007-08-08 19:45:31 +0200 (Wed, 08 Aug 2007)
New Revision: 7387
Log:
r28516@polar: paul | 2007-08-08 12:31:02 -0500
Document NO_DEFAULT_VALUE_FLAG (MYSQL_FIELD flag).
Modified:
trunk/refman-5.0/apis-c.xml
trunk/refman-5.1/apis-c.xml
trunk/refman-5.2/apis-c.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28512
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23508
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28516
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23508
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
Modified: trunk/refman-5.0/apis-c.xml
===================================================================
--- trunk/refman-5.0/apis-c.xml 2007-08-08 17:09:27 UTC (rev 7386)
+++ trunk/refman-5.0/apis-c.xml 2007-08-08 17:45:31 UTC (rev 7387)
Changed blocks: 6, Lines Added: 60, Lines Deleted: 49; 6884 bytes
@@ -82,22 +82,21 @@
program (and does not communicate with an external MySQL server),
see .
-
+
-
+
MySQL Enterprise
-
+
- MySQL Enterprise subscribers will find more information
- about using the C API in the Knowledge Base articles,
+ MySQL Enterprise subscribers will find more information about
+ using the C API in the Knowledge Base articles,
- The C API. Access to the MySQL
- Knowledge Base collection of articles is one of the
- advantages of subscribing to MySQL Enterprise. For more
- information see
+ The C API. Access to the MySQL Knowledge Base collection
+ of articles is one of the advantages of subscribing to MySQL
+ Enterprise. For more information see
.
-
+
@@ -538,11 +537,27 @@
TIMESTAMP_FLAG
Field is a TIMESTAMP (deprecated)
+
+ NO_DEFAULT_VALUE_FLAG
+ Field has no default value; see additional notes following table
+
+ The NO_DEFAULT_VALUE_FLAG indicates that a
+ column has no DEFAULT clause in its
+ definition. This does not apply to NULL
+ columns (because such columns have a default of
+ NULL), or to
+ AUTO_INCREMENT columns (which have an
+ implied default value).
+ NO_DEFAULT_VALUE_FLAG was added in MySQL
+ 5.0.2.
+
+
+
Use of the BLOB_FLAG,
ENUM_FLAG, SET_FLAG, and
TIMESTAMP_FLAG flags is deprecated because
@@ -1391,22 +1406,21 @@
mysql_errno(). A string representation of the
error may be obtained by calling mysql_error().
-
+
-
+
MySQL Enterprise
-
+
- MySQL Enterprise subscribers will find more information
- about the C API functions in the Knowledge Base articles,
+ MySQL Enterprise subscribers will find more information about
+ the C API functions in the Knowledge Base articles,
- The C API. Access to the MySQL
- Knowledge Base collection of articles is one of the
- advantages of subscribing to MySQL Enterprise. For more
- information see
+ The C API. Access to the MySQL Knowledge Base collection
+ of articles is one of the advantages of subscribing to MySQL
+ Enterprise. For more information see
.
-
+
@@ -8163,24 +8177,23 @@
SHOW statements. Other statements are not
supported in MySQL ¤t-series;.
-
+
-
+
MySQL Enterprise
-
+
- MySQL Enterprise subscribers will find more information
- about using prepared statements in the Knowledge Base article,
-
- How can I create server-side prepared statements?.
- Access to the MySQL Knowledge Base collection of articles is one of the
+ MySQL Enterprise subscribers will find more information about
+ using prepared statements in the Knowledge Base article,
+ How can I
+ create server-side prepared statements?. Access to the
+ MySQL Knowledge Base collection of articles is one of the
advantages of subscribing to MySQL Enterprise. For more
information see
.
-
+
-
@@ -13279,20 +13292,19 @@
mysql_store_result()
-
+
-
+
MySQL Enterprise
-
+
- Subscribers to MySQL Enterprise will find articles
- about the C API in the MySQL Knowledge Base. Access to the
- Knowledge Base collection of articles is one of the
- advantages of subscribing to MySQL Enterprise. For more
- information see
+ Subscribers to MySQL Enterprise will find articles about the C
+ API in the MySQL Knowledge Base. Access to the Knowledge Base
+ collection of articles is one of the advantages of subscribing
+ to MySQL Enterprise. For more information see
.
-
+
@@ -13662,24 +13674,23 @@
The sh -c is needed to get the shell not to
treat the output from mysql_config as one word.
-
+
-
+
MySQL Enterprise
-
+
- Subscribers to MySQL Enterprise will find an example
- client program in the Knowledge Base article,
-
- Sample C program using the embedded MySQL server library
- . Access to the MySQL Knowledge Base collection of articles is one of the
+ Subscribers to MySQL Enterprise will find an example client
+ program in the Knowledge Base article,
+ Sample C
+ program using the embedded MySQL server library . Access
+ to the MySQL Knowledge Base collection of articles is one of the
advantages of subscribing to MySQL Enterprise. For more
information see
.
-
+
-
Modified: trunk/refman-5.1/apis-c.xml
===================================================================
--- trunk/refman-5.1/apis-c.xml 2007-08-08 17:09:27 UTC (rev 7386)
+++ trunk/refman-5.1/apis-c.xml 2007-08-08 17:45:31 UTC (rev 7387)
Changed blocks: 6, Lines Added: 58, Lines Deleted: 47; 6757 bytes
@@ -82,22 +82,21 @@
program (and does not communicate with an external MySQL server),
see .
-
+
-
+
MySQL Enterprise
-
+
- MySQL Enterprise subscribers will find more information
- about using the C API in the Knowledge Base articles,
+ MySQL Enterprise subscribers will find more information about
+ using the C API in the Knowledge Base articles,
- The C API. Access to the MySQL
- Knowledge Base collection of articles is one of the
- advantages of subscribing to MySQL Enterprise. For more
- information see
+ The C API. Access to the MySQL Knowledge Base collection
+ of articles is one of the advantages of subscribing to MySQL
+ Enterprise. For more information see
.
-
+
@@ -538,11 +537,25 @@
TIMESTAMP_FLAG
Field is a TIMESTAMP (deprecated)
+
+ NO_DEFAULT_VALUE_FLAG
+ Field has no default value; see additional notes following table
+
+ The NO_DEFAULT_VALUE_FLAG indicates that a
+ column has no DEFAULT clause in its
+ definition. This does not apply to NULL
+ columns (because such columns have a default of
+ NULL), or to
+ AUTO_INCREMENT columns (which have an
+ implied default value).
+
+
+
Use of the BLOB_FLAG,
ENUM_FLAG, SET_FLAG, and
TIMESTAMP_FLAG flags is deprecated because
@@ -1382,22 +1395,21 @@
mysql_errno(). A string representation of the
error may be obtained by calling mysql_error().
-
+
-
+
MySQL Enterprise
-
+
- MySQL Enterprise subscribers will find more information
- about the C API functions in the Knowledge Base articles,
+ MySQL Enterprise subscribers will find more information about
+ the C API functions in the Knowledge Base articles,
- The C API. Access to the MySQL
- Knowledge Base collection of articles is one of the
- advantages of subscribing to MySQL Enterprise. For more
- information see
+ The C API. Access to the MySQL Knowledge Base collection
+ of articles is one of the advantages of subscribing to MySQL
+ Enterprise. For more information see
.
-
+
@@ -8276,22 +8288,22 @@
Other statements are not yet supported in MySQL ¤t-series;.
-
+
-
+
MySQL Enterprise
-
+
- MySQL Enterprise subscribers will find more information
- about using prepared statements in the Knowledge Base article,
-
- How can I create server-side prepared statements?.
- Access to the MySQL Knowledge Base collection of articles is one of the
+ MySQL Enterprise subscribers will find more information about
+ using prepared statements in the Knowledge Base article,
+ How can I
+ create server-side prepared statements?. Access to the
+ MySQL Knowledge Base collection of articles is one of the
advantages of subscribing to MySQL Enterprise. For more
information see
.
-
+
@@ -13295,20 +13307,19 @@
mysql_store_result()
-
+
-
+
MySQL Enterprise
-
+
- Subscribers to MySQL Enterprise will find articles
- about the C API in the MySQL Knowledge Base. Access to the
- Knowledge Base collection of articles is one of the
- advantages of subscribing to MySQL Enterprise. For more
- information see
+ Subscribers to MySQL Enterprise will find articles about the C
+ API in the MySQL Knowledge Base. Access to the Knowledge Base
+ collection of articles is one of the advantages of subscribing
+ to MySQL Enterprise. For more information see
.
-
+
@@ -13682,22 +13693,22 @@
The sh -c is needed to get the shell not to
treat the output from mysql_config as one word.
-
+
-
+
MySQL Enterprise
-
+
- Subscribers to MySQL Enterprise will find an example
- client program in the Knowledge Base article,
-
- Sample C program using the embedded MySQL server library
- . Access to the MySQL Knowledge Base collection of articles is one of the
+ Subscribers to MySQL Enterprise will find an example client
+ program in the Knowledge Base article,
+ Sample C
+ program using the embedded MySQL server library . Access
+ to the MySQL Knowledge Base collection of articles is one of the
advantages of subscribing to MySQL Enterprise. For more
information see
.
-
+
Modified: trunk/refman-5.2/apis-c.xml
===================================================================
--- trunk/refman-5.2/apis-c.xml 2007-08-08 17:09:27 UTC (rev 7386)
+++ trunk/refman-5.2/apis-c.xml 2007-08-08 17:45:31 UTC (rev 7387)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 1353 bytes
@@ -521,11 +521,25 @@
TIMESTAMP_FLAG
Field is a TIMESTAMP (deprecated)
+
+ NO_DEFAULT_VALUE_FLAG
+ Field has no default value; see additional notes following table
+
+ The NO_DEFAULT_VALUE_FLAG indicates that a
+ column has no DEFAULT clause in its
+ definition. This does not apply to NULL
+ columns (because such columns have a default of
+ NULL), or to
+ AUTO_INCREMENT columns (which have an
+ implied default value).
+
+
+
Use of the BLOB_FLAG,
ENUM_FLAG, SET_FLAG, and
TIMESTAMP_FLAG flags is deprecated because