Bug #81629 | ERROR 1137 occurs WHEN Execution TRIGGER | ||
---|---|---|---|
Submitted: | 27 May 2016 20:22 | Modified: | 2 Aug 2016 15:28 |
Reporter: | Sergei Kaufman | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
Version: | Ver 14.14 Distrib 5.7.12,for Linux (i686 | OS: | Any (14.04 LTS) |
Assigned to: | CPU Architecture: | Any |
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
[28 May 2016 15:41]
Sergei Kaufman
[28 May 2016 15:42]
Sergei Kaufman
Test Case 1
Attachment: TestCase1.sql (application/sql, text), 10.29 KiB.
[28 May 2016 15:43]
Sergei Kaufman
Test Case 2
Attachment: TestCase2.sql (application/sql, text), 10.15 KiB.
[28 May 2016 15:44]
Sergei Kaufman
Setup environment and variables between execution of each tests
Attachment: SetupTestEnv.sql (application/sql, text), 126 bytes.