Bug #46712 | Auto_increment work incorrectly when using triggers and NDB Cluster | ||
---|---|---|---|
Submitted: | 14 Aug 2009 9:16 | Modified: | 14 Sep 2009 11:09 |
Reporter: | chris lin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | mysql-5.1-telco-6.2 | OS: | Any |
Assigned to: | Martin Skold | CPU Architecture: | Any |
Tags: | auto_increment, NDB Cluster, ndb-6.2.15 ndb7.0.6, trigger |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[1 Sep 2009 10:11]
Martin Skold
[1 Sep 2009 10:24]
Martin Skold
Total patch, for review (fixed comment)
Attachment: patch.txt (text/plain), 11.29 KiB.