List:Internals« Previous MessageNext Message »
From:igor Date:April 18 2005 11:44pm
Subject:bk commit into 5.0 tree (igor:1.1854) BUG#9902
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of igor. When igor 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.1854 05/04/18 14:44:14 igor@stripped +1 -0
  view.result:
    Correction after fix for bug #9902.

  mysql-test/r/view.result
    1.77 05/04/18 14:43:23 igor@stripped +1 -1
    Correction after fix for bug #9902.

# 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:	igor
# Host:	rurik.mysql.com
# Root:	/home/igor/dev/mysql-5.0-0

--- 1.76/mysql-test/r/view.result	Wed Apr 13 23:02:10 2005
+++ 1.77/mysql-test/r/view.result	Mon Apr 18 14:43:23 2005
@@ -782,7 +782,7 @@
 create view v1 as select test.`f``1` ();
 show create view v1;
 View	Create View
-v1	CREATE ALGORITHM=UNDEFINED VIEW `test`.`v1` AS select `test`.`f``1`() AS
`test.``f````1`` ()`
+v1	CREATE ALGORITHM=UNDEFINED VIEW `test`.`v1` AS select sql_no_cache `test`.`f``1`() AS
`test.``f````1`` ()`
 select * from v1;
 test.`f``1` ()
 5
Thread
bk commit into 5.0 tree (igor:1.1854) BUG#9902igor18 Apr