List:Internals« Previous MessageNext Message »
From:Georg Richter Date:March 9 2005 7:48am
Subject:bk commit into 5.0 tree (georg:1.1808)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of georg. When georg 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.1808 05/03/09 08:48:27 georg@stripped +2 -0
  Fix for windows compilation error

  BitKeeper/etc/logging_ok
    1.297 05/03/09 08:48:26 georg@stripped +1 -0
    Logging to logging@stripped accepted

  sql/sql_lex.h
    1.168 05/03/09 08:48:04 georg@stripped +1 -1
    Fix for windows compilation error

# 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:	georg
# Host:	lmy002.wdf.sap.corp
# Root:	/home/georg/work/mysql/prod/mysql-5.0

--- 1.167/sql/sql_lex.h	2005-03-04 18:54:18 +01:00
+++ 1.168/sql/sql_lex.h	2005-03-09 08:48:04 +01:00
@@ -860,7 +860,7 @@
 
   inline bool requires_prelocking()
   {
-    return query_tables_own_last;
+    return (query_tables_own_last != NULL);
   }
   inline void mark_as_requiring_prelocking(TABLE_LIST **tables_own_last)
   {

--- 1.296/BitKeeper/etc/logging_ok	2005-03-07 12:49:37 +01:00
+++ 1.297/BitKeeper/etc/logging_ok	2005-03-09 08:48:26 +01:00
@@ -50,6 +50,7 @@
 gbichot@stripped
 georg@stripped
 georg@stripped
+georg@stripped
 gerberb@stripped
 gluh@gluh.(none)
 gluh@stripped
Thread
bk commit into 5.0 tree (georg:1.1808)Georg Richter9 Mar