List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:August 21 2008 2:34pm
Subject:bzr commit into mysql-5.1 branch (stewart:2790)
View as plain text  
#At file:///home/stewart/mysql/ndbwin32/

 2790 Stewart Smith	2008-08-22
      fix class NdbError versus struct NdbError warnings (VC++ 2005 compiler)
modified:
  storage/ndb/include/ndbapi/NdbInterpretedCode.hpp
  storage/ndb/include/ndbapi/NdbScanFilter.hpp

=== modified file 'storage/ndb/include/ndbapi/NdbInterpretedCode.hpp'
--- a/storage/ndb/include/ndbapi/NdbInterpretedCode.hpp	2008-04-07 09:52:25 +0000
+++ b/storage/ndb/include/ndbapi/NdbInterpretedCode.hpp	2008-08-21 14:34:12 +0000
@@ -471,7 +471,7 @@ public:
    * This method returns the most recent error associated
    * with this NdbInterpretedCode object.
    */
-  const class NdbError & getNdbError() const;
+  const struct NdbError & getNdbError() const;
 
 
   /**

=== modified file 'storage/ndb/include/ndbapi/NdbScanFilter.hpp'
--- a/storage/ndb/include/ndbapi/NdbScanFilter.hpp	2008-04-07 09:56:30 +0000
+++ b/storage/ndb/include/ndbapi/NdbScanFilter.hpp	2008-08-21 14:34:12 +0000
@@ -211,7 +211,7 @@ public:
    * to any involved NdbOperation object.  This method gives access
    * to error information.
    */
-  const class NdbError & getNdbError() const;
+  const struct NdbError & getNdbError() const;
 
   /**
    * Get filter's associated InterpretedCode object.  For

Thread
bzr commit into mysql-5.1 branch (stewart:2790) Stewart Smith21 Aug