List:Commits« Previous MessageNext Message »
From:kent Date:January 2 2007 11:01am
Subject:bk commit into 5.0 tree (kent:1.2357) BUG#25359
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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, 2007-01-02 11:01:48+01:00, kent@stripped +1 -0
  view.result:
    Temporary work around for bug#25359

  mysql-test/r/view.result@stripped, 2007-01-02 11:01:39+01:00, kent@stripped +4 -4
    Temporary work around for bug#25359

# 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:	kent
# Host:	kent-amd64.(none)
# Root:	/home/kent/bk/main/mysql-5.0

--- 1.184/mysql-test/r/view.result	2007-01-02 11:01:54 +01:00
+++ 1.185/mysql-test/r/view.result	2007-01-02 11:01:54 +01:00
@@ -2686,12 +2686,12 @@
 v1	CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1`
AS select (year(now()) - year(`t1`.`DOB`)) AS `Age` from `t1` having (`Age` < 75)
 SELECT (year(now())-year(DOB)) AS Age FROM t1 HAVING Age < 75;
 Age
-42
-38
+43
+39
 SELECT * FROM v1;
 Age
-42
-38
+43
+39
 DROP VIEW v1;
 DROP TABLE t1;
 CREATE TABLE t1 (id int NOT NULL PRIMARY KEY, a char(6) DEFAULT 'xxx');
Thread
bk commit into 5.0 tree (kent:1.2357) BUG#25359kent2 Jan