mariadb/innobase
unknown 2d1c26cc61 InnoDB: Reject foreign keys in temporary tables. Closes bug #12084.
innobase/dict/dict0dict.c:
  Add reject_fks parameter to dict_create_foreign_constraints_low and
  dict_create_foreign_constraints.
innobase/include/dict0dict.h:
  Add reject_fks parameter to dict_create_foreign_constraints.
innobase/include/row0mysql.h:
  Add reject_fks parameter to row_table_add_foreign_constraints.
innobase/row/row0mysql.c:
  Add reject_fks parameter to row_table_add_foreign_constraints.
sql/ha_innodb.cc:
  In create, pass correct reject_fks argument to
  row_table_add_foreign_constraints depending on whether we're creating a
  temporary table or not. Also move duplicated cleanup code to a single
  place.
2005-09-06 14:38:21 +03:00
..
btr btr0sea.c: 2005-08-19 12:54:13 +03:00
buf Merge hundin.mysql.fi:/home/heikki/mysql-4.1 2005-08-03 18:30:24 +03:00
data InnoDB ON UPDATE CASCADE fixes: 2005-05-13 12:55:59 +03:00
db
dict InnoDB: Reject foreign keys in temporary tables. Closes bug #12084. 2005-09-06 14:38:21 +03:00
dyn
eval InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
fil Merge hundin.mysql.fi:/home/marko/mysql-4.1 2005-06-28 10:51:01 +03:00
fsp InnoDB: Remove warnings detected by GCC 4.0.0 2005-06-20 11:06:20 +03:00
fut Merge with 4.0.21 2004-06-18 04:38:58 +03:00
ha Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20041027124510|04970 2004-12-08 14:34:58 +02:00
ibuf Many files: 2005-06-27 18:58:32 +03:00
include InnoDB: Reject foreign keys in temporary tables. Closes bug #12084. 2005-09-06 14:38:21 +03:00
lock Fix bug #12588, InnoDB's deadlock detector running out of stack space. 2005-08-17 11:56:04 +03:00
log Many files: 2005-06-27 18:58:32 +03:00
mach
mem InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
mtr InnoDB: Remove warnings detected by GCC 4.0.0 2005-06-20 11:06:20 +03:00
os Merge hundin.mysql.fi:/home/marko/mysql-4.1 2005-07-26 14:43:48 +03:00
page InnoDB: Fix compile-pentium-debug-max compilation problem. 2005-07-05 12:10:20 +03:00
pars pars0lex.l: 2005-06-17 12:00:05 +03:00
que logging_ok: 2004-12-24 12:13:32 +01:00
read Allow consistent cursor view see changes made by creating transaction. 2005-08-18 06:38:01 +03:00
rem InnoDB: Fix a bug in BLOB handling; optimize null flag handling. 2005-06-30 13:20:38 +03:00
row InnoDB: Reject foreign keys in temporary tables. Closes bug #12084. 2005-09-06 14:38:21 +03:00
srv Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
sync sync0sync.c, sync0sync.h: 2005-07-21 18:05:10 +02:00
thr Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613 2004-06-17 13:25:06 +03:00
trx InnoDB: Print more than 300 characters of queries in various error conditions, 2005-08-12 11:39:19 +03:00
usr
ut InnoDB: Fix ut0dbg compilation errors on NetWare 2005-06-16 15:00:25 +03:00
configure.in WL#2286 - Compile MySQL w/YASSL support 2005-06-23 21:29:44 +05:00
Makefile.am
makefilewin
my_cnf