Don't call CC_send_query() so as to ROLLBACK to the internal savepoint.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sun, 18 Jun 2017 12:47:29 +0000 (21:47 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 19 Jun 2017 09:40:40 +0000 (18:40 +0900)
commitca41225bffdf31d1c27398a298d745ab9b93c154
treee84e27183c1ed4b061e5518ebd3f0ec3da256a9b
parente12c950e8fdebe5ba0942b7ddf18573f5afc4e2b
Don't call CC_send_query() so as to ROLLBACK to the internal savepoint.
Also remove the flag ROLLBACK_IN_PROGRESS. It was misued and is no longer needed.
connection.c
connection.h
execute.c