seznam / SuperiorMySqlpp

SuperiorMySQL++
GNU Lesser General Public License v3.0
31 stars 20 forks source link

Figure out how to be compatible with MariaDB #2

Closed tnozicka closed 6 years ago

tnozicka commented 9 years ago

MariaDB has striped down some symbols that we use to fix design flaws in C API. Particularly THR_LOCK_threads, THR_KEY_mysys, THR_COND_threads, THR_thread_count.

Temporary fix migth be some macro to disable these fixes resulting in small memory leaks in C API TSS (thread specific storage).