| changeset 27 | 461be4cd34a3 |
| parent 26 | 61668c57f4bb |
| 26:61668c57f4bb | 27:461be4cd34a3 |
|---|---|
79 void *cb_arg; |
79 void *cb_arg; |
80 |
80 |
81 // the transaction type |
81 // the transaction type |
82 enum evsql_trans_type type; |
82 enum evsql_trans_type type; |
83 |
83 |
84 // has evsql_trans_commit be called? |
|
85 int has_commit : 1; |
|
86 |
|
84 // our current query |
87 // our current query |
85 struct evsql_query *query; |
88 struct evsql_query *query; |
86 |
89 |
87 }; |
90 }; |
88 |
91 |