List:Commits« Previous MessageNext Message »
From:Alexander Nozdrin Date:October 8 2007 1:59pm
Subject:bk commit into 5.0 tree (anozdrin:1.2538)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of alik. When alik 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-08 17:59:23+04:00, anozdrin@station. +1 -0
  Get rid of compilation warning.

  sql/sql_parse.cc@stripped, 2007-10-08 17:59:21+04:00, anozdrin@station. +2 -0
    Get rid of compilation warning.

diff -Nrup a/sql/sql_parse.cc b/sql/sql_parse.cc
--- a/sql/sql_parse.cc	2007-10-08 17:09:26 +04:00
+++ b/sql/sql_parse.cc	2007-10-08 17:59:21 +04:00
@@ -93,7 +93,9 @@ const char *xa_state_names[]={
   "NON-EXISTING", "ACTIVE", "IDLE", "PREPARED"
 };
 
+#ifndef EMBEDDED_LIBRARY
 static bool do_command(THD *thd);
+#endif // EMBEDDED_LIBRARY
 
 #ifdef __WIN__
 static void  test_signal(int sig_ptr)
Thread
bk commit into 5.0 tree (anozdrin:1.2538)Alexander Nozdrin8 Oct