mariadb/storage
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
..
archive WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
blackhole WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
csv WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
example WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
federated WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
heap WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
innobase 55222 - Previous patch had a bug in unused code which was reactivated in 2010-12-09 10:42:35 -06:00
myisam WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
myisammrg WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
ndb Fixed compilation error. 2010-11-08 14:52:10 +01:00
perfschema Bug#53696 Performance schema engine violates the PSEA API by calling my_error() 2010-12-01 13:06:41 +01:00