List:Internals« Previous MessageNext Message »
From:antony Date:April 8 2005 11:26pm
Subject:bk commit into 4.1 tree (acurtis:1.2168) BUG#6776
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of acurtis. When acurtis 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.2168 05/04/09 00:21:51 acurtis@stripped +1 -0
  Fix typos in Bug#6776

  sql/sql_udf.cc
    1.42 05/04/09 00:21:36 acurtis@stripped +2 -2
    Fix typos

# 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:	acurtis
# Host:	xiphis.org
# Root:	/.amd_mnt/bk.anubis/host/work-acurtis/bug6776.1

--- 1.41/sql/sql_udf.cc	2005-04-08 21:40:39 +01:00
+++ 1.42/sql/sql_udf.cc	2005-04-09 00:21:36 +01:00
@@ -526,11 +526,11 @@
   tables.real_name= tables.alias= (char*) "func";
   if (!(table = open_ltable(thd,&tables,TL_WRITE)))
     goto err;
-  table->field[0]->store(udf_name.str, udf_name.length, system_charset_info);
+  table->field[0]->store(udf_name->str, udf_name->length, system_charset_info);
   table->file->extra(HA_EXTRA_RETRIEVE_ALL_COLS);
   if (!table->file->index_read_idx(table->record[0], 0,
 				   (byte*) table->field[0]->ptr,
-				   table->key_info[0].key_length
+				   table->key_info[0].key_length,
 				   HA_READ_KEY_EXACT))
   {
     int error;
Thread
bk commit into 4.1 tree (acurtis:1.2168) BUG#6776antony9 Apr