Bug #65529 | Any table trigger breaks multiple insert statement into single statements. | ||
---|---|---|---|
Submitted: | 6 Jun 2012 5:56 | Modified: | 8 Jun 2012 3:57 |
Reporter: | M K | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S2 (Serious) |
Version: | 5.5.15 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | multiple insert, trigger |
[6 Jun 2012 5:56]
M K
[6 Jun 2012 9:52]
Valeriy Kravchuk
Please, send the output of: show global variables like 'innodb_autoinc%'; from your server.
[6 Jun 2012 10:37]
Nikolay Bogdanov
inc locking enabled. Its working perfect without any trigger. mysql> show global variables like 'innodb_autoinc%'; +--------------------------+-------+ | Variable_name | Value | +--------------------------+-------+ | innodb_autoinc_lock_mode | 1 | +--------------------------+-------+ 1 row in set (0.05 sec)
[6 Jun 2012 12:30]
Sveta Smirnova
Thank you for the feedback. I can not repeat described behavior with current development version, although it is repeatable with 5.5.13 for me. Please try with current version 5.5.25 and inform us if problem still exists in your environment.
[7 Jun 2012 3:35]
M K
We've tried with 5.5.25 and system works as expected. Bug is not repeatable under 5.5.25 version. Thank you so much.
[8 Jun 2012 3:57]
Valeriy Kravchuk
Not repeatable with 5.5.25.