List:Commits« Previous MessageNext Message »
From:Sergei Golubchik Date:February 15 2006 8:23pm
Subject:bk commit into 5.1 tree (serg:1.2111)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of serg. When serg 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.2111 06/02/15 21:22:53 serg@stripped +1 -0
  Item_case_expr::type() cannot be called without fix_fields() :(

  sql/item.cc
    1.168 06/02/15 21:22:35 serg@stripped +2 -2
    Item_case_expr::type() cannot be called without fix_fields() :(

# 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:	serg
# Host:	serg.mylan
# Root:	/usr/home/serg/Abk/mysql-5.1

--- 1.167/sql/item.cc	Mon Feb  6 14:05:16 2006
+++ 1.168/sql/item.cc	Wed Feb 15 21:22:35 2006
@@ -375,8 +375,8 @@ void Item::print_item_w_name(String *str
 void Item::cleanup()
 {
   DBUG_ENTER("Item::cleanup");
-  DBUG_PRINT("info", ("Item: 0x%lx, Type: %d, name %s, original name %s",
-		      this, (int)type(), name ? name : "(null)",
+  DBUG_PRINT("info", ("Item: 0x%lx, name %s, original name %s",
+		      this, name ? name : "(null)",
                       orig_name ? orig_name : "null"));
   fixed=0;
   marker= 0;
Thread
bk commit into 5.1 tree (serg:1.2111)Sergei Golubchik15 Feb