Alterações na distribuição 3.21.10
New program mysqlaccess
.
CREATE
now supports all ODBC types and themSQL
TEXT
type. All ODBC 2.5 functions are also supported (addedREPEAT
). This provides better portability.- Added text types
TINYTEXT
,TEXT
,MEDIUMTEXT
andLONGTEXT
. These are actuallyBLOB
types, but all searching is done in case-insensitive fashion. - All old
BLOB
fields are nowTEXT
fields. This only changes that all searching on strings is done in case-sensitive fashion. You must do anALTER TABLE
and change the datatype toBLOB
if you want to have tests done in case-sensitive fashion. - Fixed some
configure
issues. - 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-select
works.