Marc Alff
|
dba07c7396
|
Bug#11714 Non-sensical ALTER TABLE ADD CONSTRAINT allowed
Bug#35578 Parser allows useless/illegal CREATE TABLE syntax
Bug#38696 CREATE TABLE ... CHECK ... allows illegal syntax
Backport from 6.0 to mysql-next-mr.
|
2010-01-22 19:00:19 -07:00 |
|
monty@mysql.com
|
3c12d0ae54
|
Added end marker for tests to make future merges easier
|
2005-07-28 03:22:47 +03: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
|
1f6ecc0cd3
|
Changed mysql-test to print warnings for not existing table to DROP TABLE
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names.
changed store_warning() -> push_warning_print()
|
2003-01-06 01:48:59 +02: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 |
|