aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-07-20 10:09:19 +0000
committerstephan <stephan@noemail.net>2022-07-20 10:09:19 +0000
commit4b5919e2ced99d8df9d0795ca741408cfee6c993 (patch)
treee624334835b255a5a13ac89ddc576b9347b1e760 /src/sqliteInt.h
parentbc7180cdb362b0069fed60b0c207533122cc5ec2 (diff)
parenta5cc692422afa7fad710a4459139d7ba00346b21 (diff)
downloadsqlite-4b5919e2ced99d8df9d0795ca741408cfee6c993.tar.gz
sqlite-4b5919e2ced99d8df9d0795ca741408cfee6c993.zip
Merged in trunk.
FossilOrigin-Name: d662796c658997be13fdc3b77ad97101b9513da53fd0b824d7a4050cac3f7eba
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 45e345346..106a5d147 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -4474,6 +4474,7 @@ char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
void sqlite3TreeViewSelect(TreeView*, const Select*, u8);
void sqlite3TreeViewWith(TreeView*, const With*, u8);
void sqlite3TreeViewUpsert(TreeView*, const Upsert*, u8);
+#if TREETRACE_ENABLED
void sqlite3TreeViewDelete(const With*, const SrcList*, const Expr*,
const ExprList*,const Expr*, const Trigger*);
void sqlite3TreeViewInsert(const With*, const SrcList*,
@@ -4482,6 +4483,7 @@ char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
void sqlite3TreeViewUpdate(const With*, const SrcList*, const ExprList*,
const Expr*, int, const ExprList*, const Expr*,
const Upsert*, const Trigger*);
+#endif
#ifndef SQLITE_OMIT_TRIGGER
void sqlite3TreeViewTriggerStep(TreeView*, const TriggerStep*, u8, u8);
void sqlite3TreeViewTrigger(TreeView*, const Trigger*, u8, u8);