|
366441a4bb
|
Added debug assert for checking return value of memory allocation.
|
2013-09-02 21:53:49 +03:00 |
|
|
31cda5ad65
|
Added session refcount in session.h
The refcount is incremented in dcb_connect and in mysql_client.c after session_alloc
|
2013-09-02 10:26:34 +02:00 |
|
|
9a8e271417
|
client->data is copied to session->data already in session_alloc to ensure that authentication information is set when background connection is started to establish in concurrent thread.
|
2013-08-28 23:06:09 +03:00 |
|
|
0401290021
|
Added spinlock ses_lock to struct SESSION to ensure that for each session closeSession is called only once.
closeSession is called from mysql_backend.c:gw_read_backend_event, and from dcb.c:dcb_close.
This is part of Bug #163.
|
2013-08-22 10:42:18 +03:00 |
|
|
a7c82310f9
|
moving files to /server to make merge possible
|
2013-07-28 05:31:11 +00:00 |
|