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.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/test/include/NdbSchemaOp.hpp b/ndb/test/include/NdbSchemaOp.hpp
index b54c011ae8b..e2fb4015b88 100644
--- a/ndb/test/include/NdbSchemaOp.hpp
+++ b/ndb/test/include/NdbSchemaOp.hpp
@@ -577,6 +577,7 @@ convertColumnTypeToAttrType(NdbDictionary::Column::Type _type)
return String;
case NdbDictionary::Column::Datetime:
case NdbDictionary::Column::Date:
+ case NdbDictionary::Column::Time:
case NdbDictionary::Column::Undefined:
default:
return NoAttrTypeDef;