List:Commits« Previous MessageNext Message »
From:holyfoot Date:August 20 2006 3:46pm
Subject:bk commit into 5.0 tree (holyfoot:1.2241)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of hf. When hf 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-08-20 20:46:26+05:00, holyfoot@stripped +1 -0
  Merge mysql.com:/home/hf/work/mysql-4.1.13717
  into  mysql.com:/home/hf/work/mysql-5.0-mrg
  MERGE: 1.1616.2697.2

  sql/log.cc@stripped, 2006-08-20 20:46:22+05:00, holyfoot@stripped +0 -0
    Auto merged
    MERGE: 1.108.1.57

# 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:	holyfoot
# Host:	deer.(none)
# Root:	/home/hf/work/mysql-5.0-mrg/RESYNC

--- 1.191/sql/log.cc	2006-08-20 20:46:32 +05:00
+++ 1.192/sql/log.cc	2006-08-20 20:46:32 +05:00
@@ -2385,6 +2385,12 @@
     void
 */
 
+#ifdef EMBEDDED_LIBRARY
+void vprint_msg_to_log(enum loglevel level __attribute__((unused)),
+                       const char *format __attribute__((unused)),
+                       va_list argsi __attribute__((unused)))
+{}
+#else /*!EMBEDDED_LIBRARY*/
 void vprint_msg_to_log(enum loglevel level, const char *format, va_list args)
 {
   char   buff[1024];
@@ -2400,6 +2406,7 @@
 
   DBUG_VOID_RETURN;
 }
+#endif /*EMBEDDED_LIBRARY*/
 
 
 void sql_print_error(const char *format, ...) 
Thread
bk commit into 5.0 tree (holyfoot:1.2241)holyfoot20 Aug