• monty@mysql.com's avatar
    Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) · 201ee3eb
    monty@mysql.com authored
    CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912)
    ALTER TABLE now fails in STRICT mode if it generates warnings.
    Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
    201ee3eb
sql_table.cc 115 KB