| << Back to previous view |
[PSUP-48] When THREADS_PER_OBJECT>1, wrong data unloaded on some platforms(SUN). No problem on Linux. Created: 29/Sep/07 Updated: 29/Sep/07 |
|
| Status: | Closed |
| Project: | PUBLIC_SUPPORT |
| Fix Version/s: | ubSQL 3.1.1 |
| Type: | ubTools - ubSQL | Priority: | Major |
| Reporter: | ubTools Support | Assignee: | ubTools Support |
| Resolution: | Product Update (Bug) | Votes: | 0 |
| Description |
|
.
|
| Comments |
| Comment by ubTools Support [ 29/Sep/07 12:50 PM ] |
|
CAUSE: unload1Arg->threadID was ub1. But, passed as ub2 to OCICreateWriterThreads(). FIX: All thread id variables convered to ub2 from ub1. |