Alterações na distribuição 3.21.10
New program mysqlaccess.
CREATEnow supports all ODBC types and themSQLTEXTtype. All ODBC 2.5 functions are also supported (addedREPEAT). This provides better portability.- Added text types
TINYTEXT,TEXT,MEDIUMTEXTandLONGTEXT. These are actuallyBLOBtypes, but all searching is done in case-insensitive fashion. - All old
BLOBfields are nowTEXTfields. This only changes that all searching on strings is done in case-sensitive fashion. You must do anALTER TABLEand change the datatype toBLOBif you want to have tests done in case-sensitive fashion. - Fixed some
configureissues. - Made the locking code a bit safer. Fixed very unlikely deadlock situation.
- Fixed a couple of bugs in the range optimiser. Now the new range benchmark
test-selectworks.