 D MySQL Change History
D MySQL Change History
 D.6 Changes in release 3.21.x
D.6 Changes in release 3.21.x
mysqlaccess.
CREATE now supports all ODBC types and the mSQL TEXT type.
All ODBC 2.5 functions are also supported (added REPEAT). This provides
better portability.
TINYTEXT, TEXT, MEDIUMTEXT and
LONGTEXT.  These are actually BLOBtypes, but all searching is
done in case-insensitive fashion.
BLOB fields are now TEXT fields.  This only
changes that all searching on strings is done in case-sensitive fashion.
You must do an ALTER TABLE and change the datatype to BLOB
if you want to have tests done in case-sensitive fashion.
configure issues.
test-select works.