bizstation / transactd

The high-speed and advanced NoSQL interface plugin for MySQL / MariaDB.
GNU General Public License v2.0
18 stars 1 forks source link

Segmentation fault at charset conversion. #14

Closed bizstation closed 9 years ago

bizstation commented 10 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.