List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:November 7 2006 2:41am
Subject:bk commit into 5.0 tree (cmiller:1.2295)
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-11-06 20:41:18-05:00, cmiller@stripped +1 -0
  Fix after merge.

  sql/item_func.h@stripped, 2006-11-06 20:41:14-05:00, cmiller@stripped +1 -0
    Fix after merge.

# 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

--- 1.157/sql/item_func.h	2006-11-06 20:41:30 -05:00
+++ 1.158/sql/item_func.h	2006-11-06 20:41:30 -05:00
@@ -430,6 +430,7 @@ public:
   my_decimal *decimal_op(my_decimal *);
   const char *func_name() const { return "%"; }
   void result_precision();
+  void fix_length_and_dec();
 };
 
 
Thread
bk commit into 5.0 tree (cmiller:1.2295)Chad MILLER7 Nov