List:Internals« Previous MessageNext Message »
From:dlenev Date:April 18 2005 1:59pm
Subject:bk commit into 5.0 tree (dlenev:1.1851) BUG#8068
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of dlenev. When dlenev 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
  1.1851 05/04/18 15:58:58 dlenev@stripped +1 -0
  Fixed test results after merging fix for bug #8068 "TIMEDIFF with first
  negative argument gives wrong result" into 5.0 tree.

  mysql-test/r/func_sapdb.result
    1.13 05/04/18 15:58:53 dlenev@stripped +2 -1
    Fixed test results after merging fix for bug #8068 "TIMEDIFF with first
    negative argument gives wrong result" into 5.0 tree.

# 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:	dlenev
# Host:	brandersnatch.localdomain
# Root:	/home/dlenev/src/mysql-5.0-merges

--- 1.12/mysql-test/r/func_sapdb.result	Mon Apr 18 14:29:27 2005
+++ 1.13/mysql-test/r/func_sapdb.result	Mon Apr 18 15:58:53 2005
@@ -215,7 +215,8 @@
 -744:00:00	NULL	NULL	NULL
 26305:01:02	22:58:58	-22:58:58	NULL
 -26305:01:02	-22:58:58	22:58:58	NULL
-NULL	26:02:02	26:02:02	NULL
+NULL	26:02:02	-26:02:02	NULL
+00:00:00	-26:02:02	26:02:02	NULL
 NULL	NULL	NULL	NULL
 NULL	NULL	NULL	NULL
 00:00:00	-24:00:00	24:00:00	NULL
Thread
bk commit into 5.0 tree (dlenev:1.1851) BUG#8068dlenev18 Apr