summaryrefslogtreecommitdiff
path: root/mysql-test/t/constraints.test
Commit message (Collapse)AuthorAgeFilesLines
* Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-0/+2
| | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USERmonty@mashka.mysql.fi2002-11-241-0/+21
Added CEIL as an alias for CEILING Cleaned up CHECK constraint handling. (We don't anymore require braces after CHECK) Added casting to CHAR.