mariadb/innobase
unknown 1b93271393 ha_innodb.cc, row0sel.c:
Fix Bug #9526 in 5.0: MySQL ENUM and SET columns are internally actually unsigned integer types; we must take care that old tables still treat ENUM and SET (incorrectly) as a character string, while new created tables treat it correctly as an unsigned integer


innobase/row/row0sel.c:
  Fix Bug #9526 in 5.0: MySQL ENUM and SET columns are internally actually unsigned integer types; we must take care that old tables still treat ENUM and SET (incorrectly) as a character string, while new created tables treat it correctly as an unsigned integer
sql/ha_innodb.cc:
  Fix Bug #9526 in 5.0: MySQL ENUM and SET columns are internally actually unsigned integer types; we must take care that old tables still treat ENUM and SET (incorrectly) as a character string, while new created tables treat it correctly as an unsigned integer
2005-04-04 20:31:04 +03:00
..
btr
buf
data
db
dict
dyn
eval
fil
fsp
fut
ha
ibuf
include
lock
log
mach
mem
mtr
os
page
pars
que
read
rem
row ha_innodb.cc, row0sel.c: 2005-04-04 20:31:04 +03:00
srv
sync
thr
trx
usr
ut
configure.in
Makefile.am
makefilewin
my_cnf