1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/include
unknown d3fcd8d4c0 Don't automaticly generate a new key for a foreign key constraint if there is already a usable key.
Prefer not automatic keys before automatic keys. If there is two conf


BitKeeper/etc/ignore:
  added *.d
include/my_base.h:
  Added flag for automaticly generated key
mysql-test/r/constraints.result:
  Update tests after bug fix
mysql-test/r/create.result:
  Update tests after bug fix
mysql-test/r/innodb.result:
  Added test of automatic creation of foreign keys
mysql-test/t/innodb.test:
  Added test of automatic creation of foreign keys
mysql-test/t/key_cache.test:
  Portability fixes (64 BIT os)
sql/sql_acl.cc:
  Indentation fixes
sql/sql_class.cc:
  Fix key comparison to handle prefix and optionally key segments in different order.
sql/sql_class.h:
  Added flag for automaticly generated keys
sql/sql_parse.cc:
  Added flag for automaticly generated keys
sql/sql_table.cc:
  Don't automaticly generate a new key for a foreign key constraint if there is already a usable key.
  Prefer not automatic keys before automatic keys. If there is two conflicting automatic keys, prefer the longer one.
sql/sql_yacc.yy:
  Added flag for automaticly generated keys
strings/strings-x86.s:
  Portability fix.
2004-05-12 00:29:52 +03:00
..
2004-02-16 18:53:00 +01:00
2003-11-20 22:06:25 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2002-11-16 20:19:10 +02:00
2003-10-30 19:17:57 +01:00
2003-12-12 03:39:29 +03:00
2004-05-07 01:43:17 +03:00
2003-01-21 21:07:59 +02:00
2003-10-31 23:20:23 +01:00
2001-12-06 14:10:51 +02:00
2004-02-11 00:06:46 +01:00
2003-04-30 12:32:43 +02:00
2004-03-18 00:09:13 +02:00
2003-02-28 14:32:40 +02:00
2004-05-01 15:41:59 +02:00
2003-01-03 00:04:33 +02:00
2002-11-21 15:56:48 +02:00
2001-12-06 14:10:51 +02:00
2003-12-17 22:52:03 +00:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2003-10-15 17:10:47 +02:00
2003-03-16 19:17:54 +02:00
2003-01-18 14:04:34 -08:00