List:Commits« Previous MessageNext Message »
From:kgeorge Date:March 14 2007 11:32am
Subject:bk commit into 5.1 tree (gkodinov:1.2484)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kgeorge. When kgeorge 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, 2007-03-14 13:32:12+02:00, gkodinov@stripped +1 -0
  WL#3527 : inspected a 5.1 covarage report

  sql/item.cc@stripped, 2007-03-14 13:32:10+02:00, gkodinov@stripped +2 -0
    WL#3527 : inspected a covarage report

# 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:	gkodinov
# Host:	magare.gmz
# Root:	/home/kgeorge/mysql/autopush/B26794-5.1-opt

--- 1.253/sql/item.cc	2007-03-11 10:17:06 +02:00
+++ 1.254/sql/item.cc	2007-03-14 13:32:10 +02:00
@@ -3907,7 +3907,9 @@ bool Item_field::fix_fields(THD *thd, It
       {
         /* First usage of column */
         table->used_fields++;                     // Used to optimize loops
+        /* purecov: begin inspected */
         table->covering_keys.intersect(field->part_of_key);
+        /* purecov: end */
       }
     }
   }
Thread
bk commit into 5.1 tree (gkodinov:1.2484)kgeorge14 Mar