Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
MariaDB [test]> insert into t3 values (10000),(-128);
Query OK, 2 rows affected, 2 warnings (0.23 sec)
Records: 2 Duplicates: 0 Warnings: 2
MariaDB [test]> show warnings;
--------------------------------------------------------
Level | Code | Message |
--------------------------------------------------------
Warning | 1264 | Out of range value for column 'c1' at row 1 |
Warning | 9999 | CAL0001: |
--------------------------------------------------------
2 rows in set (0.00 sec)
This will cause all kinds of issues with scripts designed to handle errors and warnings for normal versions of MariaDB, including standard ETL processes designed to detect known error codes.