List:Commits« Previous MessageNext Message »
From:konstantin Date:July 20 2007 3:46pm
Subject:bk commit into 5.0 tree (kostja:1.2535)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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-07-20 19:46:13+04:00, kostja@bodhi.(none) +1 -0
  Remove obvious comments.

  sql/sql_base.cc@stripped, 2007-07-20 19:46:11+04:00, kostja@bodhi.(none) +3 -3
    Remove obvious comments.

diff -Nrup a/sql/sql_base.cc b/sql/sql_base.cc
--- a/sql/sql_base.cc	2007-07-06 16:18:44 +04:00
+++ b/sql/sql_base.cc	2007-07-20 19:46:11 +04:00
@@ -62,11 +62,11 @@ Prelock_error_handler::handle_error(uint
   if (sql_errno == ER_NO_SUCH_TABLE)
   {
     m_handled_errors++;
-    return TRUE;                                // 'TRUE', as per coding style
+    return TRUE;
   }
 
   m_unhandled_errors++;
-  return FALSE;                                 // 'FALSE', as per coding style
+  return FALSE;
 }
 
 
@@ -2674,7 +2674,7 @@ int open_tables(THD *thd, TABLE_LIST **s
   */
   for (tables= *start; tables ;tables= tables->next_global)
   {
-    safe_to_ignore_table= FALSE;                // 'FALSE', as per coding style
+    safe_to_ignore_table= FALSE;
 
     if (tables->lock_type == TL_WRITE_DEFAULT)
     {
Thread
bk commit into 5.0 tree (kostja:1.2535)konstantin20 Jul