1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00

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

This commit is contained in:
pekka@mysql.com
2005-01-09 01:14:11 +01:00
parent 51adbae299
commit cd4479a77a

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