mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
Merge mysql.com:/home/jonas/src/mysql-5.0-ndb
into mysql.com:/home/jonas/src/wl2126
This commit is contained in:
@@ -187,7 +187,8 @@ public:
|
||||
Datetime, ///< Precision down to 1 sec (sizeof(Datetime) == 8 bytes )
|
||||
Timespec, ///< Precision down to 1 nsec(sizeof(Datetime) == 12 bytes )
|
||||
Blob, ///< Binary large object (see NdbBlob)
|
||||
Text ///< Text blob
|
||||
Text, ///< Text blob,
|
||||
Bit ///< Bit, length specifies no of bits
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user