1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-15 22:22:17 +03:00
Files
mariadb-columnstore-engine/mysql/queries/working_dml/misc/notnullconstraint.negative.sql.log
2016-01-06 14:08:59 -06:00

49 lines
1.1 KiB
Plaintext

ERROR 138 (HY000) at line 12: The default value is out of range for the specified data type.
ERROR 138 (HY000) at line 13: The default value is out of range for the specified data type.
ERROR 1048 (23000) at line 32: Column 'col1' cannot be null
ERROR 1048 (23000) at line 34: Column 'col2' cannot be null
ERROR 122 (HY000) at line 36: CAL0002: Update Failed: IDB-4015: Column 'col1' cannot be null.
ERROR 122 (HY000) at line 38: CAL0002: Update Failed: IDB-4015: Column 'col1' cannot be null.
ERROR 122 (HY000) at line 55: CAL0002: Update Failed: IDB-4015: Column 'col2' cannot be null.
ERROR 122 (HY000) at line 57: CAL0002: Update Failed: IDB-4015: Column 'col2' cannot be null.
col_1
1
2
3
col_1 col_2
1 NULL
2 NULL
3 NULL
col_1 col_2
1 100
2 100
3 100
col_1 col_2
1 100
2 100
3 100
col1 col2 c3
1 12 NULL
col1 col2 c3
1 12 NULL
col1 col2 c3
1 12 NULL
col1 col2 c3
1 12 NULL
col1 col2 c3
1 12 NULL
col1 col2 c3
1 12 a strings column
col1 col2 c3
1 12 NULL
col1 col2 c3
20 12 NULL
col1 col2 c3
20 12 NULL
col1 col2 c3
20 12 NULL
col1 col2 c3
20 12 NULL
col_1
2012-05-14