List:Commits« Previous MessageNext Message »
From:<gshchepa Date:May 31 2007 2:06pm
Subject:bk commit into 5.0 tree (gshchepa:1.2510)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of uchum. When uchum 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-05-31 19:06:30+05:00, gshchepa@stripped +1 -0
  sql_view.cc:
    Patch to eliminate compilation warning.

  sql/sql_view.cc@stripped, 2007-05-31 19:05:02+05:00, gshchepa@stripped +1 -1
    Patch to eliminate 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:	gshchepa
# Host:	gleb.loc
# Root:	/home/uchum/work/bk/mysql-5.0-opt-28244

--- 1.111/sql/sql_view.cc	2007-05-31 17:16:28 +05:00
+++ 1.112/sql/sql_view.cc	2007-05-31 19:05:02 +05:00
@@ -863,7 +863,7 @@ err:
   view->query.str= NULL;
   view->query.length= 0;
   view->md5.str= NULL;
-  view->md5.length= NULL;
+  view->md5.length= 0;
   DBUG_RETURN(error);
 }
 
Thread
bk commit into 5.0 tree (gshchepa:1.2510)gshchepa31 May