List:Commits« Previous MessageNext Message »
From:jonas Date:October 12 2007 5:45am
Subject:bk commit into 5.1 tree (jonas:1.2616)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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-10-12 07:45:25+02:00, jonas@stripped +1 -0
  ndbmtd - 
    fix typo in comment

  storage/ndb/src/kernel/vm/mt/mt.cpp@stripped, 2007-10-12 07:45:23+02:00, jonas@stripped +2 -2
    fix typo

diff -Nrup a/storage/ndb/src/kernel/vm/mt/mt.cpp b/storage/ndb/src/kernel/vm/mt/mt.cpp
--- a/storage/ndb/src/kernel/vm/mt/mt.cpp	2007-10-11 17:24:40 +02:00
+++ b/storage/ndb/src/kernel/vm/mt/mt.cpp	2007-10-12 07:45:23 +02:00
@@ -267,8 +267,8 @@ struct thr_job_queue
 
   The reason they are kept separate is to avoid unnecessary inter-CPU
   cache line pollution. All fields shared among producer and consumer
-  threads are in thr_job_queue, thr_bj_write_state fields are only
-  accessed by the producer thread(s), and thr_bj_read_state fields are
+  threads are in thr_job_queue, thr_jb_write_state fields are only
+  accessed by the producer thread(s), and thr_jb_read_state fields are
   only accessed by the consumer thread.
 
   For example, on Intel core 2 quad processors, there is a ~33%
Thread
bk commit into 5.1 tree (jonas:1.2616)jonas12 Oct