summaryrefslogtreecommitdiff
path: root/ndb/test/include/NdbSchemaOp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/test/include/NdbSchemaOp.hpp')
-rw-r--r--ndb/test/include/NdbSchemaOp.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/test/include/NdbSchemaOp.hpp b/ndb/test/include/NdbSchemaOp.hpp
index 43f76c8c253..ac859f8abe8 100644
--- a/ndb/test/include/NdbSchemaOp.hpp
+++ b/ndb/test/include/NdbSchemaOp.hpp
@@ -303,6 +303,7 @@ public:
*
* @deprecated do not use!
*/
+#ifndef NDB_WIN32
inline int createTable( const char* aTableName,
Uint32 aTableSize,
KeyType aTupleKey,
@@ -324,6 +325,7 @@ public:
aMemoryType,
(aStoredTable == 1 ? true : false));
}
+#endif
/**
* Add a new attribute to a database table.