List:Commits« Previous MessageNext Message »
From:tim Date:June 5 2007 9:56pm
Subject:bk commit into 5.1 tree (tsmith:1.2542)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tsmith. When tsmith 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-06-05 23:56:02+02:00, tsmith@stripped +1 -0
  sql_prepare.cc:
    Post-merge fix (byte -> uchar)

  sql/sql_prepare.cc@stripped, 2007-06-05 23:55:51+02:00, tsmith@stripped +1 -1
    Post-merge fix (byte -> uchar)

# 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:	tsmith
# Host:	quadxeon.mysql.com
# Root:	/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun05/51

--- 1.220/sql/sql_prepare.cc	2007-06-05 17:31:44 +02:00
+++ 1.221/sql/sql_prepare.cc	2007-06-05 23:55:51 +02:00
@@ -993,7 +993,7 @@ static bool insert_params_from_vars_with
     Item_param *param= *it;
     varname= var_it++;
 
-    entry= (user_var_entry *) hash_search(&thd->user_vars, (byte*) varname->str,
+    entry= (user_var_entry *) hash_search(&thd->user_vars, (uchar*) varname->str,
                                           varname->length);
     /*
       We have to call the setup_one_conversion_function() here to set
Thread
bk commit into 5.1 tree (tsmith:1.2542)tim5 Jun