List:Commits« Previous MessageNext Message »
From:Martin Skold Date:September 7 2007 10:30am
Subject:bk commit into 5.1 tree (mskold:1.2609)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of marty. When marty 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-09-07 12:30:06+02:00, mskold@stripped +1 -0
  Removed compiler warning

  sql/sql_table.cc@stripped, 2007-09-07 12:29:54+02:00, mskold@stripped +1 -1
    Removed compiler warning

diff -Nrup a/sql/sql_table.cc b/sql/sql_table.cc
--- a/sql/sql_table.cc	2007-09-07 10:06:33 +02:00
+++ b/sql/sql_table.cc	2007-09-07 12:29:54 +02:00
@@ -5499,7 +5499,7 @@ int mysql_fast_or_online_alter_table(THD
                                      enum enum_enable_or_disable keys_onoff)
 {
   int error= 0;
-  bool online= (table->file->ha_table_flags() & HA_ONLINE_ALTER);
+  bool online= (table->file->ha_table_flags() & HA_ONLINE_ALTER)?true:false;
   TABLE *t_table;
 
   DBUG_ENTER(" mysql_fast_or_online_alter_table");
Thread
bk commit into 5.1 tree (mskold:1.2609)Martin Skold7 Sep