List:Commits« Previous MessageNext Message »
From:Alexey Kopytov Date:November 8 2006 5:49pm
Subject:bk commit into 5.1 tree (kaa:1.2339)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kaa. When kaa 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2006-11-08 20:49:10+03:00, kaa@stripped +1 -0
  Merge polly.local:/tmp/maint/bug22129/my50-bug22129
  into  polly.local:/tmp/maint/bug22129/my51-bug22129
  MERGE: 1.1810.2269.3

  mysql-test/r/type_float.result@stripped, 2006-11-08 20:49:05+03:00, kaa@stripped +0 -0
    Auto merged
    MERGE: 1.42.1.6

# 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:	kaa
# Host:	polly.local
# Root:	/tmp/maint/bug22129/my51-bug22129/RESYNC

--- 1.49/mysql-test/r/type_float.result	2006-11-08 20:49:22 +03:00
+++ 1.50/mysql-test/r/type_float.result	2006-11-08 20:49:22 +03:00
@@ -264,7 +264,7 @@ a	decimal(21,2)	NO		0.00	
 drop table t1,t2,t3;
 select 1e-308, 1.00000001e-300, 100000000e-300;
 1e-308	1.00000001e-300	100000000e-300
-0	1.00000001e-300	1e-292
+1e-308	1.00000001e-300	1e-292
 select 10e307;
 10e307
 1e+308
Thread
bk commit into 5.1 tree (kaa:1.2339)Alexey Kopytov8 Nov