1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Remove the sqlite3_transaction_hook() API.

FossilOrigin-Name: b0015a1cfe63c924ee5f250aa08460522882009b
This commit is contained in:
dan
2011-03-16 09:49:14 +00:00
parent 296c76589f
commit 6566ebe1b6
11 changed files with 20 additions and 268 deletions

View File

@@ -833,9 +833,6 @@ struct sqlite3 {
void*,sqlite3*,int,char const*,char const*,sqlite3_int64,sqlite3_int64
);
PreUpdate *pPreUpdate; /* Context for active pre-update callback */
void *pTransArg; /* First argument to xTransCallback */
void (*xTransCallback)(void*,int,int);
int iOpenTrans; /* Open transaction (xTransCallback) plus 1 */
#ifndef SQLITE_OMIT_WAL
int (*xWalCallback)(void *, sqlite3 *, const char *, int);
void *pWalArg;