mariadb/innobase
unknown c486461e44 dict0dict.h, dict0dict.c, ha_innodb.cc:
Fix for the 0xA0 character problem in the InnoDB FOREIGN KEY parser: if my_isspace() treats 0xA0 as space, then let InnoDB do the same; this might break some multi-byte charset id's, though for big5, ujis, sjis this seems not to change the current behavior (I checked the tables in /share/charsets); this fix must NOT be merged to 4.1 because in 4.1 everything is in UTF-8


sql/ha_innodb.cc:
  Fix for the 0xA0 character problem in the InnoDB FOREIGN KEY parser: if my_isspace() treats 0xA0 as space, then let InnoDB do the same; this might break some multi-byte charset id's, though for big5, ujis, sjis this seems not to change the current behavior (I checked the tables in /share/charsets); this fix must NOT be merged to 4.1 because in 4.1 everything is in UTF-8
innobase/dict/dict0dict.c:
  Fix for the 0xA0 character problem in the InnoDB FOREIGN KEY parser: if my_isspace() treats 0xA0 as space, then let InnoDB do the same; this might break some multi-byte charset id's, though for big5, ujis, sjis this seems not to change the current behavior (I checked the tables in /share/charsets); this fix must NOT be merged to 4.1 because in 4.1 everything is in UTF-8
innobase/include/dict0dict.h:
  Fix for the 0xA0 character problem in the InnoDB FOREIGN KEY parser: if my_isspace() treats 0xA0 as space, then let InnoDB do the same; this might break some multi-byte charset id's, though for big5, ujis, sjis this seems not to change the current behavior (I checked the tables in /share/charsets); this fix must NOT be merged to 4.1 because in 4.1 everything is in UTF-8
2004-12-10 17:12:47 +02:00
..
btr InnoDB: Update links to the user manual 2004-09-08 14:24:13 +03:00
buf InnoDB: Update links to the user manual 2004-09-08 14:24:13 +03:00
data InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may 2004-06-16 13:41:14 +03:00
db Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict dict0dict.h, dict0dict.c, ha_innodb.cc: 2004-12-10 17:12:47 +02:00
dyn Remove unnecessary files 2004-02-19 11:32:07 +02:00
eval row0mysql.c, pars0pars.c, eval0eval.c, dict0load.c, dict0dict.c, dict0crea.c: 2004-10-31 15:43:29 +02:00
fil InnoDB: send diagnostic output to stderr or files 2004-04-06 16:14:43 +03:00
fsp InnoDB: Update links to the user manual 2004-09-08 14:24:13 +03:00
fut InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may 2004-06-16 13:41:14 +03:00
ha Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613 2004-06-17 13:25:06 +03:00
ibuf InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may 2004-06-16 13:41:14 +03:00
include dict0dict.h, dict0dict.c, ha_innodb.cc: 2004-12-10 17:12:47 +02:00
lock InnoDB: Add option for disabling innodb_status.<pid> files. 2004-08-06 15:55:50 +03:00
log InnoDB: Update links to the user manual 2004-09-08 14:24:13 +03:00
mach Remove unnecessary files 2004-02-19 11:32:07 +02:00
mem mem0dbg.c: 2004-06-19 12:12:00 +03:00
mtr InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may 2004-06-16 13:41:14 +03:00
os os0file.c: 2004-10-22 10:45:00 +03:00
page InnoDB: send diagnostic output to stderr or files 2004-04-06 16:14:43 +03:00
pars row0mysql.c, pars0pars.c, eval0eval.c, dict0load.c, dict0dict.c, dict0crea.c: 2004-10-31 15:43:29 +02:00
que que0que.c, srv0que.c: 2004-06-17 16:05:19 +03:00
read Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabled 2004-03-12 17:14:51 +02:00
rem InnoDB cleanup: Remove debug function 2004-06-02 11:12:04 +03:00
row row0mysql.c, pars0pars.c, eval0eval.c, dict0load.c, dict0dict.c, dict0crea.c: 2004-10-31 15:43:29 +02:00
srv srv0srv.c: 2004-11-26 13:16:37 +02:00
sync InnoDB: tolerate system clock glitches a little better 2004-10-07 15:58:47 +03:00
thr Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613 2004-06-17 13:25:06 +03:00
trx Backport innodb_max_purge_lag from 4.1 2004-10-27 13:33:11 +03:00
usr Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040525171209|56870 2004-06-17 11:57:45 +03:00
ut InnoDB: Update links to the user manual 2004-09-08 14:24:13 +03:00
configure.in - added AC_PROG_LIBTOOL to innobase/configure.in to be able to compile 2004-04-29 14:48:49 +02:00
Makefile.am Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
my_cnf Added Innobase to source distribution 2001-02-17 14:19:19 +02:00