List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:March 13 2008 1:31pm
Subject:bk commit into 5.0 tree (stewart:1.2581)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of stewart.  When stewart 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, 2008-03-14 00:31:43+11:00, stewart@willster.(none) +1 -0
  Fix build of testScanFilter on Windows
  
  WL4012

  ndb/test/ndbapi/testScanFilter.cpp@stripped, 2008-03-14 00:31:41+11:00, stewart@willster.(none) +1 -1
    fix windows build (pow() call)

diff -Nrup a/ndb/test/ndbapi/testScanFilter.cpp b/ndb/test/ndbapi/testScanFilter.cpp
--- a/ndb/test/ndbapi/testScanFilter.cpp	2008-03-13 18:29:52 +11:00
+++ b/ndb/test/ndbapi/testScanFilter.cpp	2008-03-14 00:31:41 +11:00
@@ -49,7 +49,7 @@ const char COL_LEN = 7;
 * there are six columns, 'i', 'j', 'k', 'l', 'm', 'n', and each on is equal to 1 or 1,
 * Since each tuple should be unique in this case, then TUPLE_NUM = 2 power 6 = 64 
 */
-#ifdef _AIX
+#if _AIX || NDB_WIN
 /*
   IBM xlC_r breaks on the initialization with pow():
   "The expression must be an integral constant expression."
Thread
bk commit into 5.0 tree (stewart:1.2581)Stewart Smith13 Mar