1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-04 17:23:46 +03:00
Files
mariadb/sql
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-05-07 10:24:12 +05:00
2003-12-18 18:12:00 +04:00
2004-04-05 13:56:05 +03:00
2004-04-15 09:14:14 +02:00
2004-05-11 12:39:00 +02:00
2004-04-12 01:42:39 +03:00
2004-03-15 16:32:53 +04:00
2004-03-15 16:32:53 +04:00
2004-04-24 20:40:47 +03:00
2004-04-21 14:55:39 -05:00
2004-04-07 04:33:58 +03:00
2004-05-10 23:19:50 +02:00
2004-03-04 23:18:54 +01:00
2004-04-05 13:56:05 +03:00
2004-03-04 08:50:37 +02:00
2004-01-20 20:55:47 +04:00
2004-04-07 16:20:46 +02:00
2004-05-07 01:43:17 +03:00
2004-05-07 01:43:17 +03:00
2004-05-07 01:43:17 +03:00
2004-05-07 01:43:17 +03:00
2004-03-05 19:49:50 +02:00
2004-04-15 09:14:14 +02:00
2004-05-05 17:05:24 +03:00
2004-04-09 07:12:41 +03:00
2004-03-16 22:41:30 +02:00
2004-05-05 17:05:24 +03:00
2004-05-05 21:24:21 +03:00
2004-02-21 14:25:43 +01:00
2004-03-25 23:29:45 +02:00
2004-04-07 16:20:46 +02:00
2004-04-07 13:25:24 +03:00
2004-05-05 22:01:41 +02:00
2004-05-05 17:05:24 +03:00
2004-04-10 01:14:32 +03:00
2004-02-13 15:27:21 +01:00
2004-05-05 17:05:24 +03:00
2004-03-16 22:41:30 +02:00
2003-12-19 16:34:48 +02:00
2004-05-05 17:05:24 +03:00
2004-04-12 03:26:32 +03:00
2004-03-18 00:16:04 +02:00
2004-04-07 13:25:24 +03:00
2004-05-07 00:32:44 +03:00
2004-03-16 22:41:30 +02:00
2004-03-30 02:32:41 +03:00
2004-03-15 12:53:27 +02:00
2004-02-11 00:06:46 +01:00
2004-03-05 19:49:50 +02:00
2004-03-19 14:35:00 +04:00
2004-05-07 00:32:44 +03:00
2003-11-20 22:06:25 +02:00
2004-05-05 17:05:24 +03:00
2004-05-05 17:05:24 +03:00
2004-04-10 01:14:32 +03:00
2003-12-17 17:35:34 +02:00
2004-04-26 21:07:14 +02:00