List:Commits« Previous MessageNext Message »
From:kpettersson Date:May 23 2007 1:04pm
Subject:bk commit into 5.1 tree (thek:1.2535)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of thek. When thek 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-05-23 13:04:49+02:00, thek@adventure.(none) +1 -0
  - Corrected type misstake in debug statement.

  sql/sql_cache.cc@stripped, 2007-05-23 13:04:47+02:00, thek@adventure.(none) +1 -1
    - Corrected type misstake in debug statement.

# 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:	thek
# Host:	adventure.(none)
# Root:	/home/thek/Development/cpp/mysql-5.1-runtime

--- 1.110/sql/sql_cache.cc	2007-05-23 12:55:07 +02:00
+++ 1.111/sql/sql_cache.cc	2007-05-23 13:04:47 +02:00
@@ -632,7 +632,7 @@ void query_cache_insert(NET *net, const 
 
     DUMP(&query_cache);
     BLOCK_LOCK_WR(query_block);
-    DBUG_PRINT("qcache", ("insert parequestedcket %lu bytes long",length));
+    DBUG_PRINT("qcache", ("insert packet %lu bytes long",length));
 
     /*
       On success STRUCT_UNLOCK(&query_cache.structure_guard_mutex) will be
Thread
bk commit into 5.1 tree (thek:1.2535)kpettersson23 May