mariadb/innobase
unknown db32cb1710 InnoDB: Keep the "compact format" flag in SYS_TABLES.N_COLS
instead of SYS_TABLES.MIX_LEN, because the latter was not
initialized to zero in old MySQL 3.23 releases. This will break
existing MySQL/InnoDB 5.0.3-bk databases for which
SHOW TABLE STATUS displays Row_format=Compact.


innobase/dict/dict0crea.c:
  Write the "compact format" flag to N_COLS instead of MIX_LEN.
  Remove corruption analysis for MIX_LEN, as it has been tracked down
  to MySQL 3.23.4x not initializing MIX_LEN.
innobase/dict/dict0load.c:
  Read the "compact format" flag from N_COLS instead of MIX_LEN.
2005-03-10 16:42:43 +02:00
..
btr InnoDB: Introduce the symbols REC_OFFS_NORMAL_SIZE and 2005-03-10 15:16:16 +02:00
buf merged 2005-03-09 14:09:06 +01:00
data InnoDB: Make CREATE TABLE return error when the minimum row length 2005-02-17 17:15:29 +02:00
db
dict InnoDB: Keep the "compact format" flag in SYS_TABLES.N_COLS 2005-03-10 16:42:43 +02:00
dyn
eval InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
fil merge with 4.1 2005-02-28 12:18:39 +02:00
fsp
fut
ha
ibuf
include rem0rec.h: 2005-03-10 15:38:09 +02:00
lock InnoDB: Introduce the symbols REC_OFFS_NORMAL_SIZE and 2005-03-10 15:16:16 +02:00
log Merge hundin.mysql.fi:/home/heikki/mysql-4.1 2005-03-10 09:07:42 +02:00
mach
mem InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
mtr
os merged 2005-03-09 14:09:06 +01:00
page InnoDB: Introduce the symbols REC_OFFS_NORMAL_SIZE and 2005-03-10 15:16:16 +02:00
pars Remove compiler warnings and remove not used variables 2005-02-25 16:53:22 +02:00
que
read XA (not completely polished out yet) 2005-01-16 13:16:23 +01:00
rem InnoDB: Introduce the symbols REC_OFFS_NORMAL_SIZE and 2005-03-10 15:16:16 +02:00
row InnoDB: Introduce the symbols REC_OFFS_NORMAL_SIZE and 2005-03-10 15:16:16 +02:00
srv This code change has 0 effects as it's about the case where innobase_very_fast_shutdown!=0, 2005-03-09 00:32:58 +01:00
sync InnoDB: Zero fill newly created pages and deleted records to 2005-03-01 13:54:48 +02:00
thr
trx InnoDB: Introduce the symbols REC_OFFS_NORMAL_SIZE and 2005-03-10 15:16:16 +02:00
usr
ut merged 2005-03-09 14:09:06 +01:00
configure.in
Makefile.am
makefilewin
my_cnf