Bug #13569 | User friendly | ||
---|---|---|---|
Submitted: | 28 Sep 2005 14:09 | Modified: | 28 Sep 2005 15:00 |
Reporter: | Roberto Spadim (Basic Quality Contributor) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | all | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any |
[28 Sep 2005 14:09]
Roberto Spadim
[28 Sep 2005 14:09]
Roberto Spadim
user friendly insue - optimizer change
[28 Sep 2005 15:00]
Hartmut Holzgraefe
not a bug, expected behavior: mysql> insert into f5 values(1); Query OK, 1 row affected, 1 warning (0.00 sec) mysql> show warnings; +---------+------+-----------------------------------------------------+ | Level | Code | Message | +---------+------+-----------------------------------------------------+ | Warning | 1264 | Out of range value adjusted for column 'f' at row 1 | +---------+------+-----------------------------------------------------+ 1 row in set (0.00 sec) use strict sql mode if you want to avoid this kind of auto conversion
[29 Sep 2005 19:04]
Roberto Spadim
for a mysql begginer it's not simple like we know, making a friendly change on field type could be more friendly for dummies