Comment 2 for bug 1355559

Revision history for this message
Pavani Puppala (pavani-puppala) wrote :

The problem is due to process global variable srvrGlobal variable in T2 native driver which can contain info different to multiple threads. This struct contains connection specific info like current schema, current catalog etc. So srvrGlobal cannot be made thread global too. It need to be moved to a struct that holds connection specific info.

Since Daniel is working on fixing global variables for T2 driver assigning to him.