Closed bizstation closed 9 years ago
On Linux with multi-thread, segmentation fault will occur at charset conversion if the charset of fields and client are different.
The cause of it is that Iconv does not support sharing handle in multi threads.
On Linux with multi-thread, segmentation fault will occur at charset conversion if the charset of fields and client are different.
The cause of it is that Iconv does not support sharing handle in multi threads.