ndb - wl-1442 merge fix 5.0 -> 5.0-ndb

ndb/include/util/NdbSqlUtil.hpp:
  wl-1442 merge fix 5.0 -> 5.0-ndb
This commit is contained in:
unknown 2005-01-09 01:14:11 +01:00
parent f029af067b
commit 91a3e90baf

View file

@ -89,7 +89,7 @@ public:
Date = NDB_TYPE_DATE,
Blob = NDB_TYPE_BLOB,
Text = NDB_TYPE_TEXT,
Bit = NDB_TYPE_BIT
Bit = NDB_TYPE_BIT,
Longvarchar = NDB_TYPE_LONG_VARCHAR,
Longvarbinary = NDB_TYPE_LONG_VARBINARY,
Time = NDB_TYPE_TIME