List:Internals« Previous MessageNext Message »
From:Heikki Tuuri Date:January 15 2005 12:10am
Subject:bk commit into 4.1 tree (heikki:1.2130)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of heikki. When heikki 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.2130 05/01/15 01:10:40 heikki@stripped +1 -0
  dict0load.c:
    Correct typo in comment

  innobase/dict/dict0load.c
    1.28 05/01/15 01:10:28 heikki@stripped +1 -1
    Correct typo in comment

# 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:	heikki
# Host:	hundin.mysql.fi
# Root:	/home/heikki/mysql-4.1

--- 1.27/innobase/dict/dict0load.c	Sat Jan 15 01:05:41 2005
+++ 1.28/innobase/dict/dict0load.c	Sat Jan 15 01:10:28 2005
@@ -777,7 +777,7 @@
 	}
 
 	/* Track a corruption bug reported on the MySQL mailing list Jan 14,
-	2005: mix_id had a value different from 0 */
+	2005: mix_len had a value different from 0 */
 
 	field = rec_get_nth_field(rec, 7, &len);
 	ut_a(len == 4);
Thread
bk commit into 4.1 tree (heikki:1.2130)Heikki Tuuri15 Jan