List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:October 17 2006 5:07pm
Subject:bk commit into 5.0 tree (cmiller:1.2310)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cmiller. When cmiller 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-10-17 11:07:18-04:00, cmiller@stripped +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
  into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint_20061016
  MERGE: 1.2306.1.1

  sql/sql_parse.cc@stripped, 2006-10-17 11:07:15-04:00, cmiller@stripped +0 -0
    Auto merged
    MERGE: 1.584.1.1

# 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:	cmiller
# Host:	zippy.cornsilk.net
# Root:	/home/cmiller/work/mysql/mysql-5.0-maint_20061016/RESYNC

--- 1.585/sql/sql_parse.cc	2006-10-17 11:07:23 -04:00
+++ 1.586/sql/sql_parse.cc	2006-10-17 11:07:23 -04:00
@@ -4722,6 +4722,8 @@ end_with_restore_list:
     {
       if (end_active_trans(thd))
         goto error;
+
+      res= mysql_create_view(thd, first_table, thd->lex->create_view_mode);
       break;
     }
   case SQLCOM_DROP_VIEW:
Thread
bk commit into 5.0 tree (cmiller:1.2310)Chad MILLER17 Oct