mariadb/row
vasil 792a8e2d42 branches/5.1:
Merge r2160 from trunk/:

Fix Bug#18942 by dropping all foreign key constraints at the end of
DROP DATABASE. Usually, by then, there are no foreign constraints
left because all of them are dropped when the relevant tables are
dropped. This code is to ensure that any orphaned FKs are wiped too.
2007-12-06 08:21:22 +00:00
..
row0ins.c Split ut_a(a && b [&& c...]); into separate ut_a(a); ut_a(b); [ut_a(c); ...]. 2007-05-21 13:43:36 +00:00
row0mysql.c branches/5.1: 2007-12-06 08:21:22 +00:00
row0purge.c row_purge_parse_undo_rec(): Correct a faulty condition. Luckily, this 2006-09-26 11:37:58 +00:00
row0row.c Revert r799, which was supposed to prevent similar cases as Bug #21638. 2007-05-28 11:29:45 +00:00
row0sel.c Fix for Bug# 31860, in the Bug 16979 fix there was an erroneous assertion that 2007-10-26 16:51:40 +00:00
row0uins.c Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
row0umod.c Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
row0undo.c Lock the data dictionary during rollback. This removes the rare 2007-03-14 13:45:49 +00:00
row0upd.c Unify dict_table_get_and_increment_handle_count() with dict_table_get() by 2006-12-12 09:37:18 +00:00
row0vers.c Merge r1239 from 2007-01-18 21:27:31 +00:00