List:Internals« Previous MessageNext Message »
From:sanja Date:July 2 2005 12:16pm
Subject:bk commit into 5.0 tree (bell:1.1873)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of bell. When bell 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.1873 05/07/02 13:16:30 bell@stripped +2 -0
  fixed difference between ps-protocol and usual execution

  sql/sql_view.cc
    1.50 05/07/02 13:16:26 bell@stripped +0 -2
    fix_fields have to be (and will be) made later

  mysql-test/r/view.result
    1.90 05/07/02 13:16:26 bell@stripped +0 -2
    removed wrong warning

# 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:	bell
# Host:	sanja.is.com.ua
# Root:	/home/bell/mysql/bk/work-bug8-5.0

--- 1.89/mysql-test/r/view.result	Fri Jul  1 13:50:38 2005
+++ 1.90/mysql-test/r/view.result	Sat Jul  2 13:16:26 2005
@@ -754,8 +754,6 @@
 create view v2 as select * from t2;
 insert into v1 values (1);
 insert into v2 values (1);
-Warnings:
-Warning	1423	Field of view 'test.v2' underlying table doesn't have a default value
 create view v3 (a,b) as select v1.col1 as a, v2.col1 as b from v1, v2 where v1.col1 =
v2.col1;
 select * from v3;
 a	b

--- 1.49/sql/sql_view.cc	Fri Jul  1 07:05:36 2005
+++ 1.50/sql/sql_view.cc	Sat Jul  2 13:16:26 2005
@@ -1198,8 +1198,6 @@
   for (Field_translator *entry= trans; entry < trans_end; entry++)
   {
     Item_field *fld;
-    if (!entry->item->fixed && entry->item->fix_fields(thd,
&entry->item))
-      DBUG_RETURN(TRUE);
     if ((fld= entry->item->filed_for_view_update()))
       list->push_back(fld);
     else
Thread
bk commit into 5.0 tree (bell:1.1873)sanja2 Jul