List:Commits« Previous MessageNext Message »
From:konstantin Date:November 1 2007 3:00pm
Subject:bk commit into 5.1 tree (kostja:1.2611)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kostja. When kostja 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-11-01 17:00:24+03:00, kostja@bodhi.(none) +1 -0
  Fix a compilation warning.

  sql/sql_connect.cc@stripped, 2007-11-01 17:00:22+03:00, kostja@bodhi.(none) +0 -1
    Fix a compilation warning (unused variable).

diff -Nrup a/sql/sql_connect.cc b/sql/sql_connect.cc
--- a/sql/sql_connect.cc	2007-11-01 00:10:56 +03:00
+++ b/sql/sql_connect.cc	2007-11-01 17:00:22 +03:00
@@ -953,7 +953,6 @@ bool setup_connection_thread_globals(THD
 bool login_connection(THD *thd)
 {
   NET *net= &thd->net;
-  Security_context *sctx= thd->security_ctx;
   DBUG_ENTER("login_connection");
   DBUG_PRINT("info", ("login_connection called by thread %lu",
                       thd->thread_id));
Thread
bk commit into 5.1 tree (kostja:1.2611)konstantin1 Nov