summaryrefslogtreecommitdiff
path: root/statement.h
diff options
context:
space:
mode:
authorHiroshi Inoue2018-04-18 08:52:58 +0000
committerHiroshi Inoue2018-04-18 11:31:37 +0000
commit575bafae7f9ba5e5ee884a6eae2637c20a5945aa (patch)
tree190e44a6b3016f565757dfc877b33f156c5ca5d6 /statement.h
parentbce3bb2bb555dbd157fab4c69d7013357a361399 (diff)
Put back the handling of lock_CC_for_rb variable.
The variable lock_CC_for_rb should be held per connection. Per report from Ayman Samamry.
Diffstat (limited to 'statement.h')
-rw-r--r--statement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/statement.h b/statement.h
index 45beac0..1f1ef8c 100644
--- a/statement.h
+++ b/statement.h
@@ -267,7 +267,7 @@ struct StatementClass_
po_ind_t discard_output_params; /* discard output parameters on parse stage */
po_ind_t cancel_info; /* cancel information */
po_ind_t ref_CC_error; /* refer to CC_error ? */
-// po_ind_t lock_CC_for_rb; /* lock CC for statement rollback ? */
+ po_ind_t lock_CC_for_rb; /* lock CC for statement rollback ? */
po_ind_t join_info; /* have joins ? */
po_ind_t parse_method; /* parse_statement is forced or ? */
po_ind_t curr_param_result; /* current param result is set ? */