List:Commits« Previous MessageNext Message »
From:tomas Date:November 2 2007 6:50pm
Subject:bk commit into 5.1 tree (tomas:1.2704)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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-02 19:49:54+01:00, tomas@stripped +1 -0
  fix compile error

  sql/ha_ndbcluster.cc@stripped, 2007-11-02 19:49:51+01:00, tomas@stripped +2 -0
    fix compile error

diff -Nrup a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
--- a/sql/ha_ndbcluster.cc	2007-11-02 17:28:05 +01:00
+++ b/sql/ha_ndbcluster.cc	2007-11-02 19:49:51 +01:00
@@ -1538,7 +1538,9 @@ int ha_ndbcluster::get_metadata(const ch
   if ((error= open_indexes(ndb, table, FALSE)) == 0)
   {
     ndbtab_g.release();
+#ifdef HAVE_NDB_BINLOG
     ndbcluster_read_binlog_replication(thd, ndb, m_share, m_table, ::server_id, table);
+#endif
     DBUG_RETURN(0);
   }
 
Thread
bk commit into 5.1 tree (tomas:1.2704)tomas2 Nov