monty@mysql.com
|
116f61c656
|
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
|
2004-05-12 00:29:52 +03:00 |
|
marko@hundin.mysql.fi
|
df5336a3cc
|
Introduce keys in child tables corresponding to FOREIGN KEYs
Remove redundant keys in CREATE TABLE and ALTER TABLE
|
2004-04-21 13:15:43 +03:00 |
|
antony@ltantony.rdg.cyberkinetica.homeunix.net
|
fcf96dbb18
|
WorkLog#1323
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
|
2003-12-10 04:31:42 +00:00 |
|
hf@deer.(none)
|
02f382ecaa
|
Fix for #1189 (Mess with names about CONSTRAINT)
Second edition: error message was deleted as Segey suggested
Now name of the constraint will be used as the name of the key
if the last not specified
|
2003-12-02 19:06:24 +04:00 |
|
monty@mashka.mysql.fi
|
dfb60ca085
|
Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER
Added CEIL as an alias for CEILING
Cleaned up CHECK constraint handling.
(We don't anymore require braces after CHECK)
Added casting to CHAR.
|
2002-11-24 15:47:19 +02:00 |
|