mariadb/storage/innobase/dict
unknown 5f80beebd0 55222 - Previous patch had a bug in unused code which was reactivated in
mysql-trunk-innodb in rev revno: 3367  Tue 2010-12-07 02:25:25-0800.
The crash happens only when lower_case_table_names=2, such as on MacOS,
when running the new testcase innodb-system-table-view.  Specifically,
it crashes when any query is made against the INFORMATION_SCHEMA.
INNODB_SYS_FOREIGN table.  The function dict_process_sys_foreign_rec()
is only used for displaying SYS_FOREIGN records so it does not need a
lookup version of those names to be allocated. In this patch, those new
function calls are deleted.
2010-12-09 10:42:35 -06:00
..
dict0boot.c Bug#54728: Replace the dulint struct with a 64-bit integer. 2010-06-23 14:06:59 +03:00
dict0crea.c Merge mysql-5.1-innodb to mysql-5.5-innodb. 2010-11-03 11:25:14 +02:00
dict0dict.c Bug#55222 - RB://517 - Approved by Sunny 2010-11-30 12:25:52 -06:00
dict0load.c 55222 - Previous patch had a bug in unused code which was reactivated in 2010-12-09 10:42:35 -06:00
dict0mem.c Fix a compilation error that was introduced in the Bug #55222 fix 2010-12-01 10:36:54 +02:00