aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteLimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqliteLimit.h')
-rw-r--r--src/sqliteLimit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sqliteLimit.h b/src/sqliteLimit.h
index c0244a348..77d78589a 100644
--- a/src/sqliteLimit.h
+++ b/src/sqliteLimit.h
@@ -191,6 +191,10 @@
/*
** Maximum depth of recursion for triggers.
+**
+** A value of 1 means that a trigger program will not be able to itself
+** fire any triggers. A value of 0 means that no trigger programs at all
+** may be executed.
*/
#ifndef SQLITE_MAX_TRIGGER_DEPTH
#if defined(SQLITE_SMALL_STACK)