List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:October 9 2008 10:48am
Subject:bzr push into mysql-5.1 branch (stewart:2991 to 2992)
View as plain text  
 2992 Stewart Smith	2008-10-09
      welcome to the world of include paths.
modified:
  sql/ha_ndbcluster_lock_ext.h

 2991 Stewart Smith	2008-10-09
       fix use of non-portable gettimeofday so that Win32 builds again
modified:
  sql/ha_ndbcluster_lock_ext.h

=== modified file 'sql/ha_ndbcluster_lock_ext.h'
--- a/sql/ha_ndbcluster_lock_ext.h	2008-10-09 09:48:11 +0000
+++ b/sql/ha_ndbcluster_lock_ext.h	2008-10-09 08:21:38 +0000
@@ -14,7 +14,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#include <NdbTick.h>
+#include <portlib/NdbTick.h>
 
 /*
   These functions are shared with ndb_restore so that the creating of

Thread
bzr push into mysql-5.1 branch (stewart:2991 to 2992) Stewart Smith9 Oct