List:Internals« Previous MessageNext Message »
From:paul Date:December 21 2004 7:04pm
Subject:bk commit - mysqldoc tree (paul:1.2520)
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.2520 04/12/21 13:04:00 paul@stripped +1 -0
  Merge paul@stripped:/home/bk/mysqldoc
  into frost.snake.net:/Volumes/frost2/MySQL/bk/mysqldoc

  Docs/manual.texi
    1.2283 04/12/21 13:03:58 paul@stripped +0 -0
    Auto merged

# 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:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysqldoc/RESYNC

--- 1.2282/Docs/manual.texi	2004-12-21 11:00:44 -06:00
+++ 1.2283/Docs/manual.texi	2004-12-21 13:03:58 -06:00
@@ -94391,6 +94391,9 @@
 connection has an open transaction or locked tables; refusing it made
 @command{mysqldump --single-transaction} sometimes fail to print a complete
 @code{CREATE DATABASE} statement for some dumped databases. (Bug #7358)
+@item
+InnoDB: Fixed a bug: 32-bit mysqld binaries built on HP-UX-11 did not work
+with InnoDB files greater than 2 GB in size. (Bug #6189)
 @end itemize
 
 @node News-4.1.8, News-4.1.7, News-4.1.9, News-4.1.x
@@ -96606,6 +96609,9 @@
 
 Bugs fixed:
 @itemize @bullet
+@item
+InnoDB: Fixed a bug: 32-bit mysqld binaries built on HP-UX-11 did not work
+with InnoDB files greater than 2 GB in size. (Bug #6189)
 @end itemize
 
 @node News-4.0.23, News-4.0.22, News-4.0.24, News-4.0.x
@@ -96625,10 +96631,6 @@
 @item
 InnoDB: Made the foreign key parser better aware of quotes. (Bug #6340)
 @item
-InnoDB: Fixed a bug in @code{LOAD DATA INFILE@dots{}REPLACE}
-printing duplicate key error when executing the same
-load query several times. (Bug #5835)
-@item
 @code{mysqlbinlog} now prints an informative commented line (thread id,
 timestamp, server id, etc) before each @code{LOAD DATA INFILE}, like it already
 does for other queries; unless @code{--short-form} is used.
@@ -96647,6 +96649,10 @@
 columns and give wrong results for @code{UNIX_TIMESTAMP()} function if it
 was run in time zone with leap seconds. (Bug #6387)
 @item
+InnoDB: Fixed a bug in @code{LOAD DATA INFILE@dots{}REPLACE}
+printing duplicate key error when executing the same
+load query several times. (Bug #5835)
+@item
 InnoDB: Refuse to open new-style tables created with MySQL 5.0.3 or later.
 (Bug #7089)
 @item
@@ -96664,6 +96670,12 @@
 Fix also a hang over the dictionary mutex that would occur if one tried
 in @code{ALTER TABLE} or @code{RENAME TABLE} to create a foreign key
 constraint name that collided with another existing name. (Bug #3478)
+@item
+InnoDB: Treat character @code{0xA0} as space in InnoDB's
+@code{FOREIGN KEY} parser if MySQL treats it as space in
+the default charset. EMS MySQL Manager inserts character
+@code{0xA0} after the table name in an @code{ALTER}, which
+confused InnoDB's parser.
 @item
 Fixed a bug which caused a crash when only the slave I/O thread was
 stopped and restarted. (Bug #6148)
Thread
bk commit - mysqldoc tree (paul:1.2520)paul21 Dec