List:Internals« Previous MessageNext Message »
From:Alex Ivanov Date:September 9 2005 5:08pm
Subject:bk commit into 5.0 tree (aivanov:1.1980)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of alexi. When alexi 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.1980 05/09/09 19:08:12 aivanov@stripped +2 -0
  Merge mysql.com:/home/alexi/dev/mysql-4.1-12101
  into  mysql.com:/home/alexi/dev/mysql-5.0-12101

  sql/item_cmpfunc.h
    1.111 05/09/09 19:08:01 aivanov@stripped +0 -0
    Auto merged

  sql/item_cmpfunc.cc
    1.175 05/09/09 19:08:00 aivanov@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:	aivanov
# Host:	mysql.creware.com
# Root:	/home/alexi/dev/mysql-5.0-12101/RESYNC

--- 1.174/sql/item_cmpfunc.cc	2005-09-07 18:58:42 +04:00
+++ 1.175/sql/item_cmpfunc.cc	2005-09-09 19:08:00 +04:00
@@ -1169,6 +1169,8 @@
 {
   str->append('(');
   args[0]->print(str);
+  if (negated)
+    str->append(" not", 4);
   str->append(" between ", 9);
   args[1]->print(str);
   str->append(" and ", 5);
@@ -2411,6 +2413,8 @@
 {
   str->append('(');
   args[0]->print(str);
+  if (negated)
+    str->append(" not", 4);
   str->append(" in (", 5);
   print_args(str, 1);
   str->append("))", 2);
Thread
bk commit into 5.0 tree (aivanov:1.1980)Alex Ivanov9 Sep