Bug #79309 | insert statement puts the value "testing" in place of text string | ||
---|---|---|---|
Submitted: | 17 Nov 2015 10:12 | Modified: | 18 Nov 2015 2:02 |
Reporter: | Kirby Glad | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S1 (Critical) |
Version: | 5.7.8.rc | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | insert, testing |
[17 Nov 2015 10:12]
Kirby Glad
[17 Nov 2015 12:36]
MySQL Verification Team
Thank you for taking the time to report a problem. Unfortunately you are not using a current version of the product you reported a problem with -- the problem might already be fixed. Please download a new version from http://www.mysql.com/downloads/ If you are able to reproduce the bug with one of the latest versions, please change the version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of MySQL.
[17 Nov 2015 12:44]
MySQL Verification Team
anyway, it's probably a trigger on that table.
[18 Nov 2015 1:28]
Kirby Glad
Version updated - confirmed in 5.7.8rc I have also tried work arounds such as putting the field name in `` and including the file and the schema such as `dsim`.`message`.`message_name` The value written to the table continues to be "testing"
[18 Nov 2015 2:02]
Kirby Glad
I found this problem was caused by a trigger that appeared to be deleted but was still active. Closed