Opened 19 years ago

Closed 19 years ago

#1469 closed defect (fixed)

Static definition in maporaclespatial.c

Reported by: fsimon@… Owned by: fsimon@…
Priority: high Milestone:
Component: Input - Native Oracle Spatial Support Version: unspecified
Severity: normal Keywords:
Cc:

Description

The code maporaclespatial.c contains a static definition for these variables: 
    static int last_oci_call_ms_status = MS_FAILURE;
    static text last_oci_call_ms_error[2048] = "";

It's can generate a problem for multi-thread support, the possible solution is
pass these variables for the Oracle handler structure.

Change History (1)

comment:1 by fsimon@…, 19 years ago

Resolution: fixed
Status: newclosed
The bug was fixed in CVSHEAD (4.6).
Note: See TracTickets for help on using tickets.