mariadb/innobase
heikki@hundin.mysql.fi 15e64c3591 row0ins.c:
Fix bug: FOREIGN KEY ... ON UPDATE/DELETE NO ACTION must check the foreign key constraint, not ignore it. Peter Gulutzan said that NO ACTION should check the constraint as deferred, at the end of the SQL statement, while RESTRICT should check it immediately. Since we do not have defered constraints in InnoDB, this bug fix makes InnoDB to check NO ACTION constraints immediately, like it checks RESTRICT constraints.
2004-01-14 16:21:54 +02:00
..
btr btr0cur.c, row0umod.c: 2003-12-13 01:31:59 +02:00
buf buf0lru.c: 2004-01-07 18:15:17 +02:00
com com0shm.c: 2003-06-02 16:11:06 +03:00
cry Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
data Many files: 2003-06-15 01:04:28 +03:00
db Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict btr0btr.c: 2003-08-28 02:00:46 +03:00
dyn - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
eval - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
fil srv0srv.c, os0file.c, log0recv.h, log0log.h, fil0fil.h, fsp0fsp.c, fil0fil.c: 2003-07-25 22:26:39 +03:00
fsp Windows fix to avoid VC++ 6.0 compiler bug, which prevents compilation when function calls are present inside an expanded inline function 2003-09-04 16:00:05 -04:00
fut - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
ha Many files: 2003-06-15 01:04:28 +03:00
ibuf trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h: 2004-01-06 13:40:14 +02:00
include trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h: 2004-01-06 13:40:14 +02:00
lock Many files: 2003-12-12 07:51:21 +02:00
log log0log.c: 2003-12-23 22:55:38 +02:00
mach - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
mem Many files: 2003-06-15 01:04:28 +03:00
mtr - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
odbc - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
os os0file.c: 2003-10-19 20:31:32 +03:00
page page0page.c: 2003-06-19 01:05:24 +03:00
pars Many files: 2003-06-15 01:04:28 +03:00
que - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
read - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
rem Many files: 2003-06-15 01:04:28 +03:00
row row0ins.c: 2004-01-14 16:21:54 +02:00
srv trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h: 2004-01-06 13:40:14 +02:00
sync sync0sync.c: 2003-07-02 13:03:59 +03:00
thr thr0loc.c, srv0start.c, srv0srv.c, srv0srv.h, os0thread.h, ha_innodb.cc: 2003-10-17 23:44:34 +03:00
trx trx0sys.c: 2004-01-06 20:06:07 +02:00
usr - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
ut Many files: 2003-06-15 01:04:28 +03:00
configure.in Fixes for Netware 2003-01-28 08:38:28 +02:00
Makefile.am Make sure ib_config.h is distributed. 2001-03-05 21:08:24 -05: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