mariadb/mysql-test/suite/innodb/r/alter_not_null_debug,STRICT.rdiff
Thirunarayanan Balathandayuthapani 6e90c195ed MDEV-16365 Setting a column NOT NULL fails to return error for
NULL values when there is no DEFAULT

- Merged the alter_non_null test case to alter_not_null test case.
Renamed the alter_non_null_debug to alter_not_null_debug test case
2018-07-02 12:45:02 +05:30

11 lines
226 B
Text

18,21c18
< affected rows: 0
< info: Records: 0 Duplicates: 0 Warnings: 1
< Warnings:
< Warning 1265 Data truncated for column 'c2' at row 3
---
> ERROR 01000: Data truncated for column 'c2' at row 3
24c21
< 2 0
---
> 2 NULL