List:Commits« Previous MessageNext Message »
From:kroki Date:May 4 2006 9:34am
Subject:bk commit into 5.0 tree (kroki:1.2105)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of tomash. When tomash 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.2105 06/05/04 11:34:21 kroki@stripped +1 -0
  Merge mysql.com:/home/tomash/src/mysql_ab/mysql-5.0-real
  into  mysql.com:/home/tomash/src/mysql_ab/mysql-5.0-merge

  sql/item_func.cc
    1.283 06/05/04 11:34:12 kroki@stripped +0 -0
    Auto merged

# 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:	kroki
# Host:	moonlight.intranet
# Root:	/home/tomash/src/mysql_ab/mysql-5.0-merge/RESYNC

--- 1.282/sql/item_func.cc	2006-04-25 15:27:33 +04:00
+++ 1.283/sql/item_func.cc	2006-05-04 11:34:12 +04:00
@@ -4560,12 +4560,6 @@
   sys_var *var;
   LEX_STRING *base_name, *component_name;
 
-  if (component.str == 0 &&
-      !my_strcasecmp(system_charset_info, name.str, "VERSION"))
-    return new Item_string(NULL, server_version,
-			   (uint) strlen(server_version),
-			   system_charset_info, DERIVATION_SYSCONST);
-
   if (component.str)
   {
     base_name= &component;
Thread
bk commit into 5.0 tree (kroki:1.2105)kroki4 May