List:Commits« Previous MessageNext Message »
From:tim Date:September 8 2006 3:09am
Subject:bk commit into 5.0 tree (tsmith:1.2261)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of tsmith. When tsmith 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-09-08 03:09:08+02:00, tsmith@stripped +3 -0
  Merge maint1.mysql.com:/data/localhome/tsmith/bk/50
  into  maint1.mysql.com:/data/localhome/tsmith/bk/inno/sep07/m50
  MERGE: 1.2216.53.2

  sql/mysqld.cc@stripped, 2006-09-08 03:09:03+02:00, tsmith@stripped +0 -0
    Auto merged
    MERGE: 1.563.3.1

  sql/stacktrace.c@stripped, 2006-09-08 03:09:03+02:00, tsmith@stripped +0 -15
    Auto merged
    MERGE: 1.16.1.2

  sql/stacktrace.h@stripped, 2006-09-08 03:09:03+02:00, tsmith@stripped +0 -2
    Auto merged
    MERGE: 1.3.1.2

# 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:	tsmith
# Host:	maint1.mysql.com
# Root:	/data/localhome/tsmith/bk/inno/sep07/m50/RESYNC

--- 1.570/sql/mysqld.cc	2006-09-08 03:07:36 +02:00
+++ 1.571/sql/mysqld.cc	2006-09-08 03:07:36 +02:00
@@ -7043,10 +7043,10 @@ get_one_option(int optid, const struct m
     }
     switch (method-1) {
     case 0:
-      method_conv= MI_STATS_METHOD_NULLS_EQUAL;
+      method_conv= MI_STATS_METHOD_NULLS_NOT_EQUAL;
       break;
     case 1:
-      method_conv= MI_STATS_METHOD_NULLS_NOT_EQUAL;
+      method_conv= MI_STATS_METHOD_NULLS_EQUAL;
       break;
     case 2:
       method_conv= MI_STATS_METHOD_IGNORE_NULLS;
Thread
bk commit into 5.0 tree (tsmith:1.2261)tim8 Sep