mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Using internal iodbc library [#CLICKHOUSE-2]
This commit is contained in:
parent
2be92b52c1
commit
a0b4d9d9e8
@ -10,8 +10,8 @@
|
||||
|
||||
/// iodbc is an extremely bad library.
|
||||
///
|
||||
/// Here we apply a patch to make mutex recursive, because otherwise it deadlocks even if simpliest usage scenario
|
||||
/// when we pass non-existent DSN.
|
||||
/// Here we apply a patch to make mutex recursive, because otherwise
|
||||
/// it deadlocks even in simpliest usage scenario when we pass a non-existent DSN.
|
||||
///
|
||||
/// #1 in __GI___pthread_mutex_lock (mutex=0x87a93e0 <iodbcdm_global_lock>) at ../nptl/pthread_mutex_lock.c:78
|
||||
/// #2 in SQLGetInfo (...) at ../contrib/iodbc/iodbc/info.c:1108
|
||||
|
Loading…
Reference in New Issue
Block a user