Bug #12093 | SP not found on second PS execution if another thread drops other SP in between | ||
---|---|---|---|
Submitted: | 21 Jul 2005 20:42 | Modified: | 23 Jul 2008 18:02 |
Reporter: | Sergey Petrunya | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Prepared statements | Severity: | S3 (Non-critical) |
Version: | 5.0-bk | OS: | Linux (Linux) |
Assigned to: | Konstantin Osipov | CPU Architecture: | Any |
Tags: | prepared statement, rt_q1_2007, stored procedure |
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
[30 Nov 2005 19:46]
Matthias Leich
[30 Nov 2005 19:48]
Matthias Leich
my "bad" results of testcase (ESSENTIALS) single session
Attachment: ml056.reject (application/octet-stream, text), 1.45 KiB.
[30 Nov 2005 19:49]
Matthias Leich
testcase (ESSENTIALS) two sessions
Attachment: ml055.test (application/test, text), 2.46 KiB.
[30 Nov 2005 19:50]
Matthias Leich
configurable variations on the testcase of the bug
Attachment: ml050.test (application/test, text), 13.00 KiB.
[30 Nov 2005 19:52]
Matthias Leich
script sourced by t/ml050.test
Attachment: ml050a.inc (application/octet-stream, text), 1.74 KiB.
[30 Nov 2005 19:53]
Matthias Leich
script sourced by include/ml050a.inc
Attachment: ml0501.inc (application/octet-stream, text), 1.17 KiB.
[30 Nov 2005 19:54]
Matthias Leich
File with the expected results
Attachment: ml050.result (application/octet-stream, text), 46.87 KiB.