List:Internals« Previous MessageNext Message »
From:paul Date:April 27 2005 3:36pm
Subject:bk commit - mysqldoc tree (paul:1.2908)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2908 05/04/27 10:36:44 paul@stripped +1 -0
  manual.texi:
    BIT is available for MEMORY, InnoDB, BDB in 5.0.5.

  Docs/manual.texi
    1.2761 05/04/27 10:36:23 paul@stripped +9 -5
    BIT is available for MEMORY, InnoDB, BDB in 5.0.5.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.2760/Docs/manual.texi	2005-04-27 10:29:44 -05:00
+++ 1.2761/Docs/manual.texi	2005-04-27 10:36:23 -05:00
@@ -45137,11 +45137,11 @@
 @item BIT[(@var{M})]
 
 A bit-field type. @var{M} indicates the number of bits per value, from 1 to
-64. The default is 1 if @var{M} is omitted.  Currently, @code{BIT} is
-supported only for @code{MyISAM}.
+64. The default is 1 if @var{M} is omitted.
 
-This data type was added in MySQL 5.0.3.  Before 5.0.3, @code{BIT} is a
-synonym for @code{TINYINT(1)}.
+This data type was added in MySQL 5.0.3 for @code{MyISAM}, and extended
+in 5.0.5 to @code{MEMORY}, @code{InnoDB}, and @code{BDB}.  Before 5.0.3,
+@code{BIT} is a synonym for @code{TINYINT(1)}.
 @c end_description_for_help_topic
 
 @c description_for_help_topic TINYINT  BOOLEAN BOOL ZEROFILL UNSIGNED INT1
@@ -45782,7 +45782,8 @@
 
 As of MySQL 5.0.3, a @code{BIT} data type is available for storing bit-field
 values. (Before 5.0.3, MySQL interprets @code{BIT} as @code{TINYINT(1)}.)
-Currently, @code{BIT} is supported only for @code{MyISAM}.
+In MySQL 5.0.3, @code{BIT} is supported only for @code{MyISAM}.  MySQL 5.0.5
+extends @code{BIT} support to @code{MEMORY}, @code{InnoDB}, and @code{BDB}.
 
 As an extension to the SQL standard, MySQL also supports the integer types
 @code{TINYINT}, @code{MEDIUMINT}, and @code{BIGINT}. The following table
@@ -99271,6 +99272,9 @@
 
 Functionality added or changed:
 @itemize @bullet
+@item
+Added support for the @code{BIT} data type to the @code{MEMORY},
+@code{InnoDB}, and @code{BDB} storage engines.
 @item
 Fixed a string-length comparison problem that caused @command{mysql} to fail
 loading dump files containing certain @samp{\}-sequences.  (Bug #9756)
Thread
bk commit - mysqldoc tree (paul:1.2908)paul27 Apr