diff options
author | unknown <pekka@mysql.com> | 2005-01-08 19:28:44 +0100 |
---|---|---|
committer | unknown <pekka@mysql.com> | 2005-01-08 19:28:44 +0100 |
commit | 3186b340da79252758a4b1c47ea0a3b8b1b0d2a8 (patch) | |
tree | 030db052318f34f218ff376df78db882c005d42c /ndb/test | |
parent | 633ee9b09994333dd4ccdd85daa6aec4594d9346 (diff) | |
download | mariadb-git-3186b340da79252758a4b1c47ea0a3b8b1b0d2a8.tar.gz |
ndb - wl-1442 fix Time ordering
mysql-test/r/ndb_index_ordered.result:
wl-1442 fix Time. adds new type id 25
mysql-test/t/ndb_index_ordered.test:
wl-1442 fix Time. adds new type id 25
ndb/include/kernel/signaldata/DictTabInfo.hpp:
wl-1442 fix Time. adds new type id 25
ndb/include/ndbapi/NdbDictionary.hpp:
wl-1442 fix Time. adds new type id 25
ndb/include/util/NdbSqlUtil.hpp:
wl-1442 fix Time. adds new type id 25
ndb/src/common/util/NdbSqlUtil.cpp:
wl-1442 fix Time. adds new type id 25
ndb/src/ndbapi/NdbDictionary.cpp:
wl-1442 fix Time. adds new type id 25
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
wl-1442 fix Time. adds new type id 25
ndb/test/include/NdbSchemaOp.hpp:
wl-1442 fix Time. adds new type id 25
ndb/tools/restore/consumer.cpp:
wl-1442 fix Time. adds new type id 25
sql/ha_ndbcluster.cc:
wl-1442 fix Time. adds new type id 25
Diffstat (limited to 'ndb/test')
-rw-r--r-- | ndb/test/include/NdbSchemaOp.hpp | 1 |
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; |