Allow driver instances to use different threads

This commit is contained in:
Alexey Romanov
2014-10-17 22:30:06 +04:00
parent 5336f2f9c8
commit 87b88eb1c4
2 changed files with 32 additions and 7 deletions

View File

@@ -50,10 +50,6 @@ typedef int ErlDrvSSizeT;
#define CMD_SQL_EXEC_SCRIPT 12
#define CMD_ENABLE_LOAD_EXTENSION 13
// Number of bytes for each key
// (160 bits for SHA1 hash)
#define KEY_SIZE 20
typedef struct ptr_list {
void *head;
struct ptr_list *tail;